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

- 后端:promotion 项目,引入 seata 分布式事务
This commit is contained in:
YunaiV
2019-05-14 00:02:29 +08:00
parent e25ba3895d
commit f77e577955
5 changed files with 86 additions and 101 deletions

View File

@@ -0,0 +1,6 @@
swagger:
enable: false
title: 营销子系统
description: 营销子系统
version: 1.0.0
base-package: cn.iocoder.mall.promotion.application.controller

View File

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