- 后端:调整 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

@@ -0,0 +1,6 @@
swagger:
enable: true
title: 搜索子系统
description: 搜索子系统
version: 1.0.0
base-package: cn.iocoder.mall.search.application.controller

View File

@@ -9,7 +9,4 @@ server:
context-path: /search-api/
swagger:
title: 搜索子系统
description: 搜索子系统
version: 1.0.0
base-package: cn.iocoder.mall.search.application.controller
enable: false