【修改】组织和用户实体上加上schema需要的注解
This commit is contained in:
@@ -135,6 +135,9 @@ public class ShiroConfig {
|
||||
//onlyoffice排除
|
||||
filterChainDefinitionMap.put("/onlyoffice/**", "anon");
|
||||
|
||||
//对接接口排除
|
||||
filterChainDefinitionMap.put("/sync/**", "anon");
|
||||
|
||||
// 添加自己的过滤器并且取名为jwt
|
||||
Map<String, Filter> filterMap = new HashMap<>(1);
|
||||
//如果cloudServer为空 则说明是单体 需要加载跨域配置【微服务跨域切换】
|
||||
|
||||
Reference in New Issue
Block a user