Skip to content

Commit b7b5d30

Browse files
authored
Update Spring学习与面试.md
1 parent efb358c commit b7b5d30

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

主流框架/Spring学习与面试.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
* [一些常用的东西](#一些常用的东西)
55
* [面试必备知识点](#面试必备知识点)
66
* [事务管理](#事务管理)
7-
   * [AOP和IOC实现原理](#AOP和IOC实现原理)
7+
* [AOP和IOC实现原理](#AOP和IOC实现原理)
88
* [一些常用的东西](#一些常用的东西)
99

10+
1011
# Spring相关教程/资料:
1112

1213
> ## 官网相关
@@ -49,13 +50,13 @@
4950

5051
# 面试必备知识点
5152

52-
### 事务管理
53+
> ### Spring事务管理
5354
5455
[可能是最漂亮的Spring事务管理详解](https://juejin.im/post/5b00c52ef265da0b95276091)
5556

5657
[Spring编程式和声明式事务实例讲解](https://juejin.im/post/5b010f27518825426539ba38)
5758

58-
### AOP和IOC实现原理
59+
> ### SpringAOP,IOC实现原理
5960
6061
[探秘Spring AOP](https://www.imooc.com/learn/869)
6162

0 commit comments

Comments
 (0)