seata单独依赖模块

This commit is contained in:
RuoYi
2022-09-29 11:29:41 +08:00
parent 3b4f1d7937
commit 0dfbb5fbf3
4 changed files with 39 additions and 10 deletions

View File

@@ -218,6 +218,13 @@
<version>${ruoyi.version}</version>
</dependency>
<!-- 分布式事务 -->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-seata</artifactId>
<version>${ruoyi.version}</version>
</dependency>
<!-- 日志记录 -->
<dependency>
<groupId>com.ruoyi</groupId>