springdoc

This commit is contained in:
RuoYi
2024-06-27 23:39:00 +08:00
parent 0a6ff25875
commit c65919c600
8 changed files with 269 additions and 381 deletions

View File

@@ -127,6 +127,20 @@ shiro:
# 是否开启记住我
enabled: true
# Springdoc配置
springdoc:
api-docs:
path: /v3/api-docs
swagger-ui:
enabled: true
path: /swagger-ui.html
tags-sorter: alpha
group-configs:
- group: 'default'
display-name: '测试模块'
paths-to-match: '/**'
packages-to-scan: com.ruoyi.web.controller.tool
# 防止XSS攻击
xss:
# 过滤开关