From a958fe799e85d6adc64062cd1420bfc54d5ea9e4 Mon Sep 17 00:00:00 2001 From: Snailclimb Date: Tue, 22 May 2018 17:35:08 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Spring=E5=AD=A6=E4=B9=A0=E4=B8=8E?= =?UTF-8?q?=E9=9D=A2=E8=AF=95.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 主流框架/Spring学习与面试.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/主流框架/Spring学习与面试.md b/主流框架/Spring学习与面试.md index d7e8436e..884e1ba9 100644 --- a/主流框架/Spring学习与面试.md +++ b/主流框架/Spring学习与面试.md @@ -3,8 +3,8 @@ * [系统学习教程](#系统学习教程) * [一些常用的东西](#一些常用的东西) * [面试必备知识点](#面试必备知识点) - * [Spring事务管理](#Spring事务管理) - * [系统学习教程](#系统学习教程) + * [事务管理](#事务管理) + * [AOP,IOC实现原理](#AOP,IOC实现原理) * [一些常用的东西](#一些常用的东西) # Spring相关教程/资料: @@ -55,7 +55,7 @@ [Spring编程式和声明式事务实例讲解](https://juejin.im/post/5b010f27518825426539ba38) -> ### SpringAOP,IOC实现原理 +> ### AOP,IOC实现原理 [探秘Spring AOP](https://www.imooc.com/learn/869)