update 优化 只拦截系统内存在的路径 减少不必要的拦截造成的性能消耗

This commit is contained in:
疯狂的狮子li
2023-02-28 19:13:51 +08:00
parent 4bfdf357a2
commit 7c5d645639
4 changed files with 51 additions and 2 deletions

View File

@ -127,8 +127,10 @@ security:
- /**/*.html
- /**/*.css
- /**/*.js
# swagger 文档配置
# 公共路径
- /favicon.ico
- /error
# swagger 文档配置
- /*/api-docs
- /*/api-docs/**
# actuator 监控配置