Spring常用注解
摘要:
Spring常用注解 使用注解来构造IoC容器 用注解来向Spring容器注册Bean。需要在applicationContext.xml中注册<context:component-scan base-package=”pagkage1[,pagkage2,…,pagkageN]”/>。 如:在ba 阅读全文
posted @ 2017-03-30 11:27 川哥哥 阅读(210) 评论(0) 推荐(0) 编辑