Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toquery/example-spring-boot-mult-svc-impl-transaction

多个SVC实现时,数据库事务回滚问题,也就是@Bean 和 @Service 注册的bean对事物的影响
https://github.com/toquery/example-spring-boot-mult-svc-impl-transaction

Last synced: 8 days ago
JSON representation

多个SVC实现时,数据库事务回滚问题,也就是@Bean 和 @Service 注册的bean对事物的影响

Awesome Lists containing this project

README

        

多个SVC实现时,数据库事务回滚问题,也就是@Bean 和 @Service 注册的bean对事物的影响

验证地址:

- http://localhost:8080/user/list
- http://localhost:8080/user/save
- http://localhost:8080/user/save-error

1. 情况一:使用@Service对事物无影响
2. 情况二:使用@Bean对事物无影响