mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-27 21:09:36 +08:00
add 整合 seata 1.4.2 对接 nacos 注册中心 配置中心
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -40,6 +40,7 @@
|
||||
<redisson.version>3.16.7</redisson.version>
|
||||
<lock4j.version>2.2.1</lock4j.version>
|
||||
<dubbo.version>2.7.15</dubbo.version>
|
||||
<seata.version>1.4.2</seata.version>
|
||||
<spring.context.support.version>1.0.11</spring.context.support.version>
|
||||
<xxl-job.version>2.3.0</xxl-job.version>
|
||||
<knife4j-aggregation.version>2.0.9</knife4j-aggregation.version>
|
||||
@@ -120,6 +121,12 @@
|
||||
<version>${dubbo.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.seata</groupId>
|
||||
<artifactId>seata-spring-boot-starter</artifactId>
|
||||
<version>${seata.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.alibaba.spring</groupId>
|
||||
<artifactId>spring-context-support</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user