springdoc 升级为 2.8.13;web.swagger.enabled 替换为 springdoc.api-docs.enabled 和 springdoc.swagger-ui.enabled

This commit is contained in:
thinkgem
2025-09-30 16:25:29 +08:00
parent 893eab3ad8
commit 9dbcb1adf1
6 changed files with 34 additions and 16 deletions

View File

@@ -904,9 +904,12 @@ web:
# 核心模块的Web功能开启其它微服务时设为false
core:
enabled: true
# 在线API文档工具
swagger:
# 在线API文档
springdoc:
api-docs:
enabled: true
swagger-ui:
enabled: true
# 错误页面500.html是否输出错误信息正式环境为提供安全性可设置为false