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.36k stars 8.79k forks source link

Seata在AT模式下的@Globaltransaction和Spring的@Transaction注解连用问题 #7016

Open yongyuandeali opened 2 hours ago

yongyuandeali commented 2 hours ago

全局事务传播行为设置notSupport,spring本地事务设置requiredNew,请问哪个会生效,Seata版本1.8.0

funky-eyes commented 2 hours ago

都会生效,全局是全局,局部是局部。