摘要: @Resource的作用相当于@Autowired,只不过@Autowired按byType自动注入,而@Resource默认按 byName自动注入罢了。@Resource有两个属性是比较重要的,分是name和type,Spring将@Resource注解的name属性解析为bean的名字,而ty... 阅读全文
posted @ 2014-12-25 16:25 hello_史努比 阅读(4683) 评论(0) 推荐(0) 编辑