1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Update Spring学习与面试.md

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

View File

@ -49,13 +49,13 @@
# 面试必备知识点
> ### 事务管理
### 事务管理
[可能是最漂亮的Spring事务管理详解](https://juejin.im/post/5b00c52ef265da0b95276091)
[Spring编程式和声明式事务实例讲解](https://juejin.im/post/5b010f27518825426539ba38)
> ### AOP,IOC实现原理
### AOP,IOC实现原理
[探秘Spring AOP](https://www.imooc.com/learn/869)