@Resource和@Autowired的區別

在項目中開發用到注入有時用@Resource,有時用@Autowired,但到底兩者有什麼區別呢? 1、匹配方式 @Resource默認是按照名稱方式進行bean匹配 @Autowired默認按照類型方式進行bean匹配 2、所屬包 @Resource(javax.annotation.Resource) @Autowired(org.springframework.beans.factory.a
相關文章
相關標籤/搜索