增加分布式事务seata支持

This commit is contained in:
RuoYi
2021-01-27 10:47:01 +08:00
parent f0f2cde0f9
commit 53076612f8
4 changed files with 700 additions and 8 deletions

View File

@@ -30,6 +30,12 @@
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
<version>${dynamic-ds.version}</version>
</dependency>
<!-- SpringBoot Seata -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-spring-boot-starter</artifactId>
</dependency>
</dependencies>
</project>