update 删除一些跟swagger有关的字眼 避免误解

This commit is contained in:
疯狂的狮子Li
2023-07-25 12:58:31 +08:00
parent 3389a11933
commit ec6704181f
3 changed files with 19 additions and 23 deletions

View File

@ -199,8 +199,13 @@ mybatis-encryptor:
publicKey:
privateKey:
# Swagger配置
swagger:
springdoc:
api-docs:
# 是否开启接口文档
enabled: true
# swagger-ui:
# # 持久化认证数据
# persistAuthorization: true
info:
# 标题
title: '标题:${ruoyi.name}后台管理系统_接口文档'
@ -220,14 +225,6 @@ swagger:
type: APIKEY
in: HEADER
name: ${sa-token.token-name}
springdoc:
api-docs:
# 是否开启接口文档
enabled: true
swagger-ui:
# 持久化认证数据
persistAuthorization: true
#这里定义了两个分组,可定义多个,也可以不定义
group-configs:
- group: 1.演示模块