打开用户的swagger-api开关

This commit is contained in:
nengjie 2019-06-05 17:46:56 +08:00
parent 705e1034e3
commit 19fce53475
1 changed files with 5 additions and 1 deletions

View File

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