2015年4月23日

Spring MVC 注解自学笔记(四) @Value

摘要: 1、@Service用于标注业务层组件 2、@Controller用于标注控制层组件(如struts中的action)3、@Repository用于标注数据访问组件,即DAO组件. 4、@Component泛指组件,当组件不好归类的时候,我们可以使用这个注解进行标注。 @Value注解是Sprin... 阅读全文

posted @ 2015-04-23 20:38 易猜 阅读(218) 评论(0) 推荐(0) 编辑

Spring MVC学习笔记(三) @Resource

摘要: There is a wonderful feeling when I make the notes using Internet rather than local papers. "遗留问题":转配bean对象做什么???????"装配"到底做了什么事情/??/ 自动"装配"bean对象 ... 阅读全文

posted @ 2015-04-23 16:00 易猜 阅读(246) 评论(0) 推荐(0) 编辑

导航