Skip to content

Commit 9b358a9

Browse files
committed
Update Spring事务总结.md
1 parent 00422da commit 9b358a9

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

docs/system-design/framework/spring/Spring事务总结.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -681,10 +681,17 @@ private void method1() {
681681

682682
## 4. Reference
683683

684-
3. [总结]Spring 事务管理中@Transactional 的参数:[http://www.mobabel.net/spring 事务管理中 transactional 的参数/](http://www.mobabel.net/spring事务管理中transactional的参数/)
685-
4. Spring 官方文档:[https://docs.spring.io/spring/docs/4.2.x/spring-framework-reference/html/transaction.html](https://docs.spring.io/spring/docs/4.2.x/spring-framework-reference/html/transaction.html)
686-
5. 《Spring5 高级编程》
687-
6. 透彻的掌握 Spring 中@transactional 的使用: [https://www.ibm.com/developerworks/cn/java/j-master-spring-transactional-use/index.html](https://www.ibm.com/developerworks/cn/java/j-master-spring-transactional-use/index.html)
688-
7. Spring 事务的传播特性:[https://github.com/love-somnus/Spring/wiki/Spring 事务的传播特性](https://github.com/love-somnus/Spring/wiki/Spring事务的传播特性)
689-
8. [Spring 事务传播行为详解](https://segmentfault.com/a/1190000013341344)[https://segmentfault.com/a/1190000013341344](https://segmentfault.com/a/1190000013341344)
690-
9. 全面分析 Spring 的编程式事务管理及声明式事务管理:[https://www.ibm.com/developerworks/cn/education/opensource/os-cn-spring-trans/index.html](https://www.ibm.com/developerworks/cn/education/opensource/os-cn-spring-trans/index.html)
684+
1. [总结]Spring 事务管理中@Transactional 的参数:[http://www.mobabel.net/spring 事务管理中 transactional 的参数/](http://www.mobabel.net/spring事务管理中transactional的参数/)
685+
686+
2. Spring 官方文档:[https://docs.spring.io/spring/docs/4.2.x/spring-framework-reference/html/transaction.html](https://docs.spring.io/spring/docs/4.2.x/spring-framework-reference/html/transaction.html)
687+
688+
3. 《Spring5 高级编程》
689+
690+
4. 透彻的掌握 Spring 中@transactional 的使用: [https://www.ibm.com/developerworks/cn/java/j-master-spring-transactional-use/index.html](https://www.ibm.com/developerworks/cn/java/j-master-spring-transactional-use/index.html)
691+
692+
5. Spring 事务的传播特性:[https://github.com/love-somnus/Spring/wiki/Spring 事务的传播特性](https://github.com/love-somnus/Spring/wiki/Spring事务的传播特性)
693+
694+
6. [Spring 事务传播行为详解](https://segmentfault.com/a/1190000013341344)[https://segmentfault.com/a/1190000013341344](https://segmentfault.com/a/1190000013341344)
695+
696+
7. 全面分析 Spring 的编程式事务管理及声明式事务管理:[https://www.ibm.com/developerworks/cn/education/opensource/os-cn-spring-trans/index.html](https://www.ibm.com/developerworks/cn/education/opensource/os-cn-spring-trans/index.html)
697+

0 commit comments

Comments
 (0)