随笔分类 -  spring

摘要:@Autowired和@Resource的异同 1. @Autowired由spring提供,只按照byType注入 2. @Resource由J2EE提供,默认是按照byName自动注入 @Resource有两个重要的属性,name和type: Spring将@Resource注解的name属性解 阅读全文
posted @ 2021-03-11 00:25 nick-wgh 阅读(83) 评论(0) 推荐(0)