
Spring
洒脱_。
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springsource-tool-suite插件各个历史版本
目前spring官网(http://spring.io/tools/sts/all)上可下载的spring插件只有:springsource-tool-suite-3.8.4(sts-3.8.4)。但这只针对指定的eclipse版本适用。原贴更精彩:http://blog.csdn.net/u010203767/article/details/69211072sts-3.8.3的下载地址:...原创 2019-12-24 03:15:27 · 265 阅读 · 0 评论 -
spring的IOC(控制反转),依赖注入
各种数据类型的注入 <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://...原创 2019-04-17 18:40:50 · 100 阅读 · 0 评论 -
Spring的AOP(面向切面编程)
两种方式首先都要导入jar包 使用xml配置的方式进行增强处理 <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins...原创 2019-04-17 15:36:16 · 98 阅读 · 0 评论