update 重构 将框架内的swagger命名更改为springdoc命名避免误解

This commit is contained in:
疯狂的狮子Li
2023-06-15 14:08:38 +08:00
parent be774f5ca6
commit 9ec982a23e
4 changed files with 18 additions and 21 deletions

View File

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