推荐
专栏
教程
课程
飞鹅
本次共找到2718条
spring自定义注解
相关的信息
Stella981
•
3年前
Spring Boot 之 RESRful API 权限控制
摘要:原创出处:www.bysocket.com(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.bysocket.com)泥瓦匠BYSocket希望转载,保留摘要,谢谢!“简单,踏实~读书写字放屁”一、为何用RESTfulAPI
Stella981
•
3年前
Spring Security入门(基于SSM环境配置)
一、前期准备配置SSM环境二、不使用数据库进行权限控制配置好SSM环境以后,配置SpringSecurity环境1.添加security依赖 <dependency <groupIdorg.springframework.security<
Stella981
•
3年前
Spring Cloud Gateway 接口文档聚合实现
在微服务架构下,通常每个微服务都会使用Swagger来管理我们的接口文档,当微服务越来越多,接口查找管理无形中要浪费我们不少时间,毕竟懒是程序员的美德。由于swagger2暂时不支持webflux走了很多坑,完成这个效果感谢@dreamlu@世言。文档聚合效果通过访问网关的host:port/swaggerui.
Stella981
•
3年前
Spring Boot 无法访问JSP页面
Case使用springboot框架开发一个webapp时,通常都会引入dependency:springbootstarterweb或springbootstartertomcat,其默认使用tomcat作为web容器。使用该配置作为SpringBootApp运行时,访问RestAPI没问题,但是却无法访问JSP页面。
Stella981
•
3年前
Spring Boot之使用JPA访问数据
这篇文章简单讲解使用SpringDataJPA在关系型数据库中存储和取出数据。你将创建什么样的应用你将创建一个在内存数据库中存取CustomerPOJOs(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fspring.io%2Funderstanding%2FP
Stella981
•
3年前
Intellij IDEA 搭建Spring Boot项目(一)
原文出处(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fblog.csdn.net%2Fwuyinlei%2Farticle%2Fdetails%2F79227962)第一步选择File–New–Project–SpringInitialer–点击Ne
Wesley13
•
3年前
spring 4.0.3整合Hessian4.0.38 IDEA
1.1Hessian简介Hessian是一个轻量级的remotingonhttp工具,使用简单的方法提供了RMI的功能。相比WebService,Hessian更简单、快捷。采用的是二进制RPC协议,因为采用的是二进制协议,所以它很适合于发送二进制数据。1.2整合对于Hessian是分服务端和客户端的,网上的一些例子也是大部分分开的(S
Stella981
•
3年前
Spring Security教程之Jsp标签(八)
目录1.1 authorize1.2 authentication1.3 accesscontrollist SpringSecurity也有对Jsp标签的支持的标签库。其中一共定义了三个标签:authorize、authentication和accesscontrollist。其中authent
Easter79
•
3年前
SpringBoot集成Spring Security(授权与认证)
⒈添加starter依赖1<dependency2<groupIdorg.springframework.boot</groupId3<artifactIdspringbootstarterweb</artifactId4
Stella981
•
3年前
Spring Boot深度实践之自动装配
!(https://mmbiz.qpic.cn/mmbiz_jpg/icQbWvrFMeJUibibLsPyTYMW83P7lzIacPhaBu4FJ0wmOT5fMZO2sjuvOmjvGNWViax5Z0cK5xxY4WG7IulTj1e8OQ/640?wx_fmtjpeg)转载本文需注明出处:微信公众号EAWorld,违者必究。
1
•••
195
196
197
•••
272