docs: update 16张图解锁Spring的整体脉络.md (#141)

This commit is contained in:
orangleliu 2023-05-25 19:21:57 +08:00 committed by GitHub
parent 5667341851
commit 231a548dca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,7 @@ beanName 就是正常对象
当然,这时候出场的肯定是 IOC 啦。
我们都知道 IOC 是 **控制反转** ,但是别忘了 **容器** 这个词,比如 **容器的根接口 **BeanFactory **容器的实现** 👇
我们都知道 IOC 是 **控制反转** ,但是别忘了 **容器** 这个词,比如 **容器的根接口** BeanFactory **容器的实现** 👇
1. ClassPathXmlApplicationContext
2. AnnotationConfigApplicationContext