fix:修复seata2.4版本下达梦数据库回滚异常问题

This commit is contained in:
hewencai
2025-12-25 17:44:34 +08:00
parent ab3104cff7
commit 666008e3c6
3 changed files with 349 additions and 0 deletions

View File

@@ -145,6 +145,12 @@
<artifactId>seata-spring-boot-starter</artifactId>
<version>${seata.version}</version>
</dependency>
<!-- Seata 达梦数据库补丁 -->
<dependency>
<groupId>com.zt.plat</groupId>
<artifactId>zt-spring-boot-starter-seata-dm</artifactId>
<version>${revision}</version>
</dependency>
<!-- 业务组件 -->
<dependency>