Merge pull request #5480 from EightMonth/master

优化seata测试案例,使全局事务可以 回滚
This commit is contained in:
JEECG
2023-10-20 13:59:54 +08:00
committed by GitHub
4 changed files with 21 additions and 1 deletions

View File

@@ -72,6 +72,8 @@
<!-- Log4j2爆雷漏洞 -->
<log4j2.version>2.17.0</log4j2.version>
<logback.version>1.2.9</logback.version>
<!-- seata -->
<seata.version>1.5.2</seata.version>
</properties>
<modules>
@@ -159,6 +161,12 @@
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-spring-boot-starter</artifactId>
<version>${seata.version}</version>
</dependency>
<!-- system 模块-->
<dependency>
<groupId>org.jeecgframework.boot</groupId>