摘要: spring注解 1.XML配置 <context:annotationconfig/> @Autowired 注解可以对类成员变量、方法及构造函数进行标注,完成自动装配的工作。 当不能确定 Spring 容器中一定拥有某个类的 Bean 时,可以在需要自动注入该类 Bean 的地方可以使用 @Au 阅读全文
posted @ 2016-08-25 19:08 dahuandahuan 阅读(186) 评论(0) 推荐(0)