1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-08-01 16:28:03 +08:00

Update Spring学习与面试.md

This commit is contained in:
Snailclimb 2018-05-22 17:37:01 +08:00 committed by GitHub
parent 552bda5ddd
commit efb358c04e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
* [一些常用的东西](#一些常用的东西) * [一些常用的东西](#一些常用的东西)
* [面试必备知识点](#面试必备知识点) * [面试必备知识点](#面试必备知识点)
* [事务管理](#事务管理) * [事务管理](#事务管理)
* [AOP,IOC实现原理](#AOP,IOC实现原理)    * [AOP和IOC实现原理](#AOP和IOC实现原理)
* [一些常用的东西](#一些常用的东西) * [一些常用的东西](#一些常用的东西)
# Spring相关教程/资料: # Spring相关教程/资料:
@ -55,7 +55,7 @@
[Spring编程式和声明式事务实例讲解](https://juejin.im/post/5b010f27518825426539ba38) [Spring编程式和声明式事务实例讲解](https://juejin.im/post/5b010f27518825426539ba38)
### AOP,IOC实现原理 ### AOPIOC实现原理
[探秘Spring AOP](https://www.imooc.com/learn/869) [探秘Spring AOP](https://www.imooc.com/learn/869)