打开swagger-ui的地址访问
This commit is contained in:
parent
19fce53475
commit
969476f44f
@ -17,7 +17,11 @@ server:
|
|||||||
context-path: /pay-api/
|
context-path: /pay-api/
|
||||||
|
|
||||||
swagger:
|
swagger:
|
||||||
enable: false
|
enable: true
|
||||||
|
title: 支付子系统
|
||||||
|
description: 支付子系统
|
||||||
|
version: 1.0.0
|
||||||
|
base-package: cn.iocoder.mall.pay.application.controller
|
||||||
|
|
||||||
management:
|
management:
|
||||||
endpoints:
|
endpoints:
|
||||||
|
@ -17,7 +17,11 @@ server:
|
|||||||
context-path: /promotion-api/
|
context-path: /promotion-api/
|
||||||
|
|
||||||
swagger:
|
swagger:
|
||||||
enable: false
|
enable: true
|
||||||
|
title: 促销子系统
|
||||||
|
description: 促销子系统
|
||||||
|
version: 1.0.0
|
||||||
|
base-package: cn.iocoder.mall.promotion.application.controller
|
||||||
|
|
||||||
|
|
||||||
management:
|
management:
|
||||||
|
Loading…
Reference in New Issue
Block a user