Skip to content

Commit 2e034e2

Browse files
committed
Update Spring.md
1 parent 3e49fdb commit 2e034e2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/system-design/framework/spring/Spring.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,11 @@ AOP思想的实现一般都是基于 **代理模式** ,在JAVA中一般采用J
5252

5353
### IOC
5454

55-
Spring IOC的初始化过程:
56-
![Spring IOC的初始化过程](https://user-gold-cdn.xitu.io/2018/5/22/16387903ee72c831?w=709&h=56&f=png&s=4673)
57-
5855
- [[Spring框架]Spring IOC的原理及详解。](https://www.cnblogs.com/wang-meng/p/5597490.html)
59-
6056
- [Spring IOC核心源码学习](https://yikun.github.io/2015/05/29/Spring-IOC核心源码学习/) :比较简短,推荐阅读。
6157
- [Spring IOC 容器源码分析](https://javadoop.com/post/spring-ioc) :强烈推荐,内容详尽,而且便于阅读。
58+
- [Bean初始化过程](https://www.qzztf.com/2019/08/21/Bean%E5%88%9D%E5%A7%8B%E5%8C%96/#Bean-%E5%AE%9E%E4%BE%8B%E5%8C%96)
59+
6260

6361
## Spring事务管理
6462

0 commit comments

Comments
 (0)