
spring
nijienihaohh
There is no longer than the foot of the road, no higher than the mountain of people
展开
-
Spring基础入门(IOC DI)
1 spring框架1.1 什么是springl Spring是一个开源框架,Spring是于2003 年兴起的一个轻量级的Java 开发框架,由Rod Johnson 在其著作Expert One-On-One J2EEDevelopment and Design中阐述的部分理念和原型衍生而来。它是为了解决企业应用开发的复杂性而创建的。框架的主要优势之一就是其分层架构,分层架构...原创 2018-03-16 14:19:17 · 333 阅读 · 0 评论 -
Spring @Autowired 注解不生效
@Autowired默认不生效。为了生效,需要在xml配置:<context:annotation-config>注解一<context:component-scan base-package=" "> 开启包扫描注解二<context:annotation-config>开启注入注解扫描一般情况下,两个注解不一起使用.当"注解一",扫描含有注解@Compone...原创 2018-03-16 15:43:23 · 13910 阅读 · 1 评论