mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-27 01:32:03 +08:00
spring doc:移除多余字段~
This commit is contained in:
parent
d193d2dd4a
commit
6b1f3140b8
@ -34,11 +34,6 @@ public class SwaggerProperties {
|
|||||||
*/
|
*/
|
||||||
@NotEmpty(message = "版本不能为空")
|
@NotEmpty(message = "版本不能为空")
|
||||||
private String version;
|
private String version;
|
||||||
/**
|
|
||||||
* 扫描的包
|
|
||||||
*/
|
|
||||||
@NotEmpty(message = "扫描的 package 不能为空")
|
|
||||||
private String basePackage;
|
|
||||||
/**
|
/**
|
||||||
* url
|
* url
|
||||||
*/
|
*/
|
||||||
|
@ -114,10 +114,9 @@ yudao:
|
|||||||
maxOnlineCount: 0 # 最大连接人数
|
maxOnlineCount: 0 # 最大连接人数
|
||||||
sessionMap: true # 保存sessionMap
|
sessionMap: true # 保存sessionMap
|
||||||
swagger:
|
swagger:
|
||||||
title: 管理后台
|
title: 芋道快速开发平台
|
||||||
description: 提供管理员管理的所有功能
|
description: 提供管理后台、用户 App 的所有功能
|
||||||
version: ${yudao.info.version}
|
version: ${yudao.info.version}
|
||||||
base-package: ${yudao.info.base-package}
|
|
||||||
url: ${yudao.web.admin-ui.url}
|
url: ${yudao.web.admin-ui.url}
|
||||||
email: xingyu4j@vip.qq.com
|
email: xingyu4j@vip.qq.com
|
||||||
license: MIT
|
license: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user