This commit is contained in:
duteliang
2024-01-31 00:12:25 +08:00
parent 377e343ee7
commit 317899033f
2 changed files with 4 additions and 4 deletions

View File

@@ -204,7 +204,7 @@ mybatis-encryptor:
springdoc:
api-docs:
# 是否开启接口文档
enabled: true
enabled: false
swagger-ui:
path: /swagger-ui.html
tags-sorter: alpha
@@ -220,7 +220,7 @@ xss:
# 过滤开关
enabled: true
# 排除链接(多个用逗号分隔)
excludes: /system/notice
excludes:
# 匹配链接
urlPatterns: /system/*,/monitor/*,/tool/*