This commit is contained in:
2025-03-20 09:15:21 +08:00
parent 71e4b0bffa
commit e17708f51d
2 changed files with 6 additions and 6 deletions

View File

@@ -78,8 +78,8 @@
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-seata</artifactId>
<groupId>io.seata</groupId>
<artifactId>seata-spring-boot-starter</artifactId>
</dependency>
<dependency>