update 优化 移除自带 swagger-ui 界面包 建议使用外置工具

This commit is contained in:
疯狂的狮子li
2022-07-11 16:29:16 +08:00
parent f2d502faf8
commit af54608f62
12 changed files with 11 additions and 29 deletions

View File

@ -121,8 +121,7 @@ security:
- /**/*.js
# swagger 文档配置
- /favicon.ico
- /doc.html
- /swagger-ui/**
- /*/api-docs
- /*/api-docs/**
# druid 监控配置
- /druid/**
@ -199,11 +198,6 @@ swagger:
name: ${sa-token.token-name}
springdoc:
swagger-ui:
# 修改Swagger UI路径
path: /doc.html
# 持久化认证数据
persistAuthorization: true
#这里定义了两个分组,可定义多个,也可以不定义
group-configs:
- group: 1.演示模块