打开用户的swagger-api开关

This commit is contained in:
nengjie 2019-06-05 17:46:56 +08:00
parent 705e1034e3
commit 19fce53475

View File

@ -17,7 +17,11 @@ server:
context-path: /user-api/ context-path: /user-api/
swagger: swagger:
enable: false enable: true # 暂时不去掉
title: 用户子系统
description: 用户子系统
version: 1.0.0
base-package: cn.iocoder.mall.user.application.controller
management: management:
endpoints: endpoints: