fix:添加seata达梦数据库兼容补丁

This commit is contained in:
hewencai
2025-12-29 16:14:09 +08:00
parent 529728fc0f
commit 836b2ba65d

View File

@@ -82,6 +82,12 @@
</exclusion>
</exclusions>
</dependency>
<!-- Seata 达梦数据库补丁,必须最先引入以覆盖 seata-all 中的类 -->
<dependency>
<groupId>com.zt.plat</groupId>
<artifactId>zt-spring-boot-starter-seata-dm</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>org.apache.seata</groupId>
<artifactId>seata-spring-boot-starter</artifactId>