Spring學習筆記——自動化裝配Bean

Spring從兩個角度來實現自動化裝配: 組件掃描(component scanning):Spring會自動發現應用上下文 中所創建的bean。 自動裝配(autowiring):Spring自動滿足bean之間的依賴。 @Component註解。這個簡 單的註解表明該類會作爲組件類,並告知Spring要爲這個類創建 bean。組件掃描默認是不啓用的,使用@ComponentScan註解,這個注
相關文章
相關標籤/搜索