dangdangdotcom / dubbox

Dubbox now means Dubbo eXtensions, and it adds features like RESTful remoting, Kyro/FST serialization, etc to the Dubbo service framework.
http://dangdangdotcom.github.io/dubbox
Apache License 2.0
4.9k stars 2.06k forks source link

dubbox spring事物控制问题 #376

Open zhaohxPans opened 6 years ago

zhaohxPans commented 6 years ago

请教当当技术大牛一个问题dubbox spring事物控制问题是怎么控制的 ,我的dubbo服务里面实现类的spring事物没有控制住

chuyuan86 commented 6 years ago

代理冲突了,服务实现层做表层,事务层做在服务实现层底层。