spring容器相關的註解

spring的bean容器相關的註解 1)@Autowired 是我們使用得最多的註解,其實就是 autowire=byType 就是根據類型的自動注入依賴(基於註解的依賴注入),可以被使用再屬性域,方法,構造函數上。 2)@Qualifier 就是 autowire=byName, @Autowired註解判斷多個bean類型相同時,就需要使用 @Qualifier("xxBean") 來指定依
相關文章
相關標籤/搜索