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

This commit is contained in:
RuoYi 2021-03-07 20:26:59 +08:00
parent 0922410a22
commit fd0e9202d8

View File

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