- 后端:调整 admin 项目,本地开发不开启文档

This commit is contained in:
YunaiV 2019-05-13 23:05:24 +08:00
parent f2c5ed6c47
commit 3033a49070
2 changed files with 5 additions and 5 deletions

View File

@ -15,4 +15,7 @@ management:
port: 19083 # 配置独立端口。而该端口,不使用 nginx 对外暴露,从而不配置安全认证。也就是说,内网环境可访问,外网环境不可访问。当然,这么做的前提是,认为内网安全。
swagger:
enable: true # 暂时不去掉
title: 管理员子系统
description: 管理员子系统
version: 1.0.0
base-package: cn.iocoder.mall.admin.application.controller

View File

@ -19,7 +19,4 @@ qiniu:
bucket: onemall
swagger:
title: 管理员子系统
description: 管理员子系统
version: 1.0.0
base-package: cn.iocoder.mall.admin.application.controller
enable: false # 暂时不去掉