
spring
dushenzhi
个人主页:http://dushenzhi.top
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Spring AOP中强制使用CGLIB代理
spring官方文档中关于aop的描述如下:Spring AOP defaults to using standard JDK dynamic proxies for AOP proxies. This enables any interface (or set of interfaces) to be proxied.Spring AOP can also use CGLIB proxies. T原创 2016-10-09 20:08:16 · 21445 阅读 · 4 评论 -
spring-boot笔记
最近公司在推广使用spring-boot进行项目开发和部署,在学习和使用过程中记录一些笔记,以备需要时查阅。spring-boot启动入口spring-boot启动的入口代码如下所示:@SpringBootApplication @ComponentScan(basePackages = "com.dsz.test") @EnableAutoConfiguration( exclud原创 2016-09-25 17:06:02 · 496 阅读 · 0 评论