SpringIoC和DI知識點小結

1. 什麼是IoC? IoC:Inverse of Control,控制反轉。對象的創建權力由程序反轉給Spring框架。 什麼是DI? DI:Dependency injection,依賴注入。在Spring框架負責創建Bean對象時,動態的將依賴對象注入到Bean組件中。 2.什麼是IoC容器(Spring容器)? Spring容器指的就是IoC容器。要想使用SpringIoC,必須要先創建S
相關文章
相關標籤/搜索