spring-cloud-alibaba When both Seata and Dubbo are enabled by sca, adding seata-spring packages will cause errors.

xwmevbvl  于 2022-12-31  发布在  Spring
关注(0)|答案(1)|浏览(132)

Dubbo version 2.7.3, Seata version 0.7.1

Of course, the integration of Seata and Dubbo in SCA project does not require seata-spring package, but accidentally joins in an experiment.

I would like to consult about the usage scenario of seata-spring package.

<dependency> <groupId>io.seata</groupId> <artifactId>seata-spring</artifactId> <version>0.7.1</version> </dependency>

相关问题