seata-boot-starter替换为cloud-alibaba-seata

master
RuoYi 2021-03-07 20:26:59 +08:00
parent 0922410a22
commit fd0e9202d8
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@
<!-- SpringBoot Seata -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-spring-boot-starter</artifactId>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-seata</artifactId>
</dependency>
</dependencies>