fix 修复 接口问题开关不生效问题

This commit is contained in:
疯狂的狮子li
2023-02-02 20:38:57 +08:00
parent e8483729b1
commit c681862724
3 changed files with 4 additions and 8 deletions

View File

@ -182,8 +182,6 @@ mybatis-plus:
# Swagger配置
swagger:
# 是否开启swagger
enabled: true
info:
# 标题
title: '标题:${ruoyi.name}后台管理系统_接口文档'
@ -205,6 +203,9 @@ swagger:
name: ${sa-token.token-name}
springdoc:
api-docs:
# 是否开启接口文档
enabled: true
swagger-ui:
# 持久化认证数据
persistAuthorization: true