|
|
|
@ -153,7 +153,7 @@ public class ShiroConfig {
|
|
|
|
|
//大屏模板例子
|
|
|
|
|
filterChainDefinitionMap.put("/test/bigScreen/**", "anon"); |
|
|
|
|
filterChainDefinitionMap.put("/bigscreen/template1/**", "anon"); |
|
|
|
|
filterChainDefinitionMap.put("/bigscreen/template1/**", "anon"); |
|
|
|
|
filterChainDefinitionMap.put("/bigscreen/template2/**", "anon"); |
|
|
|
|
//filterChainDefinitionMap.put("/test/jeecgDemo/rabbitMqClientTest/**", "anon"); //MQ测试
|
|
|
|
|
//filterChainDefinitionMap.put("/test/jeecgDemo/html", "anon"); //模板页面
|
|
|
|
|
//filterChainDefinitionMap.put("/test/jeecgDemo/redis/**", "anon"); //redis测试
|
|
|
|
|