- 后端:调整 product 项目,本地开发不开启文档

- 后端:product 项目,引入 seata 分布式事务
This commit is contained in:
YunaiV
2019-05-13 23:38:25 +08:00
parent a447d97789
commit 8f59051a62
8 changed files with 141 additions and 8 deletions

View File

@@ -44,6 +44,15 @@
<artifactId>mybatis-plus-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-spring</artifactId>
</dependency>
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-dubbo</artifactId>
</dependency>
<!-- RPC 相关 -->
<dependency>
<groupId>org.apache.dubbo</groupId>