Merge pull request #7564 from EightMonth/master

keys替换scan问题 修复 #6918 #6876
This commit is contained in:
JEECG
2025-02-19 18:42:09 +08:00
committed by GitHub
48 changed files with 1767 additions and 6 deletions

View File

@ -180,6 +180,8 @@ public class ShiroConfig {
// 企业微信证书排除
filterChainDefinitionMap.put("/WW_verify*", "anon");
filterChainDefinitionMap.put("/openapi/call/**", "anon");
// 添加自己的过滤器并且取名为jwt
Map<String, Filter> filterMap = new HashMap<String, Filter>(1);
//如果cloudServer为空 则说明是单体 需要加载跨域配置【微服务跨域切换】