推荐
专栏
教程
课程
飞鹅
本次共找到2715条
spring自定义注解
相关的信息
京东云开发者
•
2年前
源码学习之Spring容器创建原理
1前言众所周知,Spring可以帮我们管理我们需要的bean。在我们需要用到这些bean的时候,可以很方便的获取到它,然后进行一系列的操作。比如,我们定义一个beanMyTestBean。publicclassMyTes
Easter79
•
3年前
ssm(Spring、Springmvc、Mybatis)实战之淘淘商城
文章大纲一、淘淘商城总体架构介绍二、淘淘商城重要技术点总结三、项目常见面试题四、项目学习(all)资源下载五、参考文章一、淘淘商城总体架构介绍1\.功能架构2\.技术选型(1)Spring、SpringMVC、Mybatis(2)J
Easter79
•
3年前
springboot与安全
概念:安全SpringSecurity是针对Spring项目的安全框架,也是SpringBoot底层安全模块默认的技术选型。他可以实现强大的web安全控制。对于安全控制,我们仅需引入springbootstartersecurity模块,进行少量的配置,即可实现强大的安全管理。几个类: WebSec
Easter79
•
3年前
ssh简单入门级案例教程
准备工作:struts2.3.34spring4.2.2hibernate3.3.2导入需要的开发包:struts开发包注意:javassist3.18.1GA.jar包与hibernate中的重复(只保留高版本即可)!(https://oscimg.oschina.net/oscnet/3fbe6c2b13854982
Stella981
•
3年前
SpringBoot整合Sqlite数据库流程
1.创建项目 方式一:通过网站https://start.spring.io/ 方式二:通过开发工具(IDEA或者Eclipse自行百度)2.修改pom.xml配置文件,添加必要的驱动包<?xmlversion"1.0"encoding"UTF8"?<projectxmlns"ht
Easter79
•
3年前
SpringFramework之RequestBodyAdvice的使用
Spring版本5.1.4.release. 前一篇(https://my.oschina.net/u/2518341/blog/4329778)讲了RequestBodyAdvice的实现 有人用RequestBodyAdvice来做参数的解密(前端传过来的是加密的),或者使用RequestBodyAdvice进行全局统一返
Easter79
•
3年前
SpringBoot整合Sqlite数据库流程
1.创建项目 方式一:通过网站https://start.spring.io/ 方式二:通过开发工具(IDEA或者Eclipse自行百度)2.修改pom.xml配置文件,添加必要的驱动包<?xmlversion"1.0"encoding"UTF8"?<projectxmlns"ht
Easter79
•
3年前
SpringBoot2.x搭建Eureka
1说明1.全部配置基于1.8.0_1112.当前SpringBoot使用2.0.52创建项目在SpringBoot项目生成器(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fstart.spring.io%2F)中,输入Grou
Stella981
•
3年前
Spring Cloud Eureka 全解 (2)
本文基于SpringCloudDalston.SR5(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fcloud.spring.io%2Fspringcloudstatic%2FDalston.SR5%2F)之前我们看过这个整体流程图:!image(https://note
1
•••
141
142
143
•••
272