打开swagger-ui的地址访问

This commit is contained in:
nengjie 2019-06-05 17:59:00 +08:00
parent 19fce53475
commit 969476f44f
2 changed files with 10 additions and 2 deletions

View File

@ -17,7 +17,11 @@ server:
context-path: /pay-api/
swagger:
enable: false
enable: true
title: 支付子系统
description: 支付子系统
version: 1.0.0
base-package: cn.iocoder.mall.pay.application.controller
management:
endpoints:

View File

@ -17,7 +17,11 @@ server:
context-path: /promotion-api/
swagger:
enable: false
enable: true
title: 促销子系统
description: 促销子系统
version: 1.0.0
base-package: cn.iocoder.mall.promotion.application.controller
management: