Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 255 Bytes

IOC思想.md

File metadata and controls

10 lines (6 loc) · 255 Bytes

IOC思想

ioc理解并不深

只知道它是控制反转+依赖注入。

要问我IOC的好处是什么?

  1. 不用到处写new了,写几个注解配置好用到的时候自动注入就行了。
  2. ioc帮忙管理可以自动实现单例模式。