- 后端:调整 pay 项目,本地开发不开启文档
- 后端:pay 项目,引入 seata 分布式事务
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
swagger:
|
||||
enable: true
|
||||
title: 支付子系统
|
||||
description: 支付子系统
|
||||
version: 1.0.0
|
||||
base-package: cn.iocoder.mall.pay.application.controller
|
||||
@@ -9,7 +9,4 @@ server:
|
||||
context-path: /pay-api/
|
||||
|
||||
swagger:
|
||||
title: 支付子系统
|
||||
description: 支付子系统
|
||||
version: 1.0.0
|
||||
base-package: cn.iocoder.mall.pay.application.controller
|
||||
enable: false
|
||||
|
||||
Reference in New Issue
Block a user