apache / incubator-seata

:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
https://seata.apache.org/
Apache License 2.0
25.08k stars 8.73k forks source link

方法上使用了 @GlobalTransactional 之后,再加上@Transactional 是否多余? #6633

Closed tearsmoon closed 1 week ago

tearsmoon commented 1 week ago

官网文档的一些例子,一个方法上同时用了这两个注解, @GlobalTransactional 已经开启了本地事务,再加上@Transactional 是否多余?

funky-eyes commented 1 week ago

官网faq