优化seata测试案例,使全局事务可以 回滚

This commit is contained in:
kezhijie
2023-09-26 10:17:14 +08:00
parent ffeb607ad3
commit 78e371ab9f
4 changed files with 19 additions and 1 deletions

View File

@ -20,6 +20,12 @@
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-cloud</artifactId>
<version>${jeecgboot.version}</version>
<exclusions>
<exclusion>
<groupId>io.seata</groupId>
<artifactId>seata-all</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jeecgframework.boot</groupId>