分布式事物 seata

This commit is contained in:
GYJ
2025-02-24 20:31:58 +08:00
parent 641a33d27d
commit 95c07fcc1b
13 changed files with 184 additions and 12 deletions

View File

@@ -80,6 +80,11 @@
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
</dependency>
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-bootstrap</artifactId>