We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb358c commit b7b5d30Copy full SHA for b7b5d30
1 file changed
主流框架/Spring学习与面试.md
@@ -4,9 +4,10 @@
4
* [一些常用的东西](#一些常用的东西)
5
* [面试必备知识点](#面试必备知识点)
6
* [事务管理](#事务管理)
7
- * [AOP和IOC实现原理](#AOP和IOC实现原理)
+ * [AOP和IOC实现原理](#AOP和IOC实现原理)
8
9
10
+
11
# Spring相关教程/资料:
12
13
> ## 官网相关
@@ -49,13 +50,13 @@
49
50
51
# 面试必备知识点
52
-### 事务管理
53
+> ### Spring事务管理
54
55
[可能是最漂亮的Spring事务管理详解](https://juejin.im/post/5b00c52ef265da0b95276091)
56
57
[Spring编程式和声明式事务实例讲解](https://juejin.im/post/5b010f27518825426539ba38)
58
-### AOP和IOC实现原理
59
+> ### SpringAOP,IOC实现原理
60
61
[探秘Spring AOP](https://www.imooc.com/learn/869)
62
0 commit comments