mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2025-01-03 17:42:20 +08:00
feat:Spring-Cloud-Nacos整合Seata分布式事务
This commit is contained in:
parent
b9314d22f7
commit
8803389c3a
@ -32,5 +32,7 @@ public class UmsMember {
|
||||
|
||||
private Integer status;
|
||||
|
||||
private Integer integration;
|
||||
|
||||
|
||||
}
|
||||
|
7
pom.xml
7
pom.xml
@ -43,6 +43,7 @@
|
||||
<knife4j.version>2.0.4</knife4j.version>
|
||||
<weixin-java-miniapp.version>3.9.4.B</weixin-java-miniapp.version>
|
||||
<hibernate-validator.version>6.0.13.Final</hibernate-validator.version>
|
||||
<seata.version>1.4.1</seata.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@ -109,6 +110,12 @@
|
||||
<version>${hibernate-validator.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.seata</groupId>
|
||||
<artifactId>seata-spring-boot-starter</artifactId>
|
||||
<version>${seata.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user