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

- 后端:search 项目,引入 seata 分布式事务
- 更新 README 文件,增加 mybatis-plus、seata、swagger2
This commit is contained in:
YunaiV
2019-05-14 00:26:25 +08:00
parent 21e5fb954a
commit 7abdcbaed3
4 changed files with 18 additions and 7 deletions

View File

@@ -18,6 +18,11 @@
<artifactId>search-service-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>cn.iocoder.mall</groupId>
<artifactId>mall-spring-boot</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>cn.iocoder.mall</groupId>
<artifactId>product-service-api</artifactId>