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

This commit is contained in:
hewencai
2025-12-29 16:16:06 +08:00
parent 8e8acd6aaf
commit 812e9727ae

View File

@@ -137,7 +137,12 @@
<groupId>com.zt.plat</groupId> <groupId>com.zt.plat</groupId>
<artifactId>zt-spring-boot-starter-monitor</artifactId> <artifactId>zt-spring-boot-starter-monitor</artifactId>
</dependency> </dependency>
<!-- Seata 达梦数据库补丁,必须最先引入以覆盖 seata-all 中的类 -->
<dependency>
<groupId>com.zt.plat</groupId>
<artifactId>zt-spring-boot-starter-seata-dm</artifactId>
<version>${revision}</version>
</dependency>
<!-- 分布式事务 --> <!-- 分布式事务 -->
<dependency> <dependency>
<groupId>org.apache.seata</groupId> <groupId>org.apache.seata</groupId>
@@ -190,6 +195,10 @@
<groupId>com.zt.plat</groupId> <groupId>com.zt.plat</groupId>
<artifactId>zt-spring-boot-starter-mq</artifactId> <artifactId>zt-spring-boot-starter-mq</artifactId>
</dependency> </dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
</dependency>
</dependencies> </dependencies>