openapi全量功能

This commit is contained in:
EightMonth
2024-12-20 17:53:45 +08:00
parent 00252f392f
commit f7f6d0ff88
34 changed files with 1636 additions and 4 deletions

View File

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