2015年2月17日
摘要: 在基于主机方式配置Spring的配置文件中,你可能会见到这样一条配置,他的作用是式地向Spring容器注册AutowiredAnnotationBeanPostProcessor、CommonAnnotationBeanPostProcessor、PersistenceAnnotationBeanP... 阅读全文
posted @ 2015-02-17 23:43 dobestself_994395 阅读(450) 评论(0) 推荐(0) 编辑
摘要: @AutowiredSpring 2.5 引入了 @Autowired 注释,它可以对类成员变量、方法及构造函数进行标注,完成自动装配的工作。通过 @Autowired的使用来消除 set ,get方法。加在成员变量之上可以省略get set方法。但是首先得现在Spring配置文件中配置org.sp... 阅读全文
posted @ 2015-02-17 23:36 dobestself_994395 阅读(1213) 评论(0) 推荐(0) 编辑