mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-02 02:18:10 +08:00
解决bug; demo redis测试功能,对象未序列号
This commit is contained in:
@ -68,6 +68,8 @@ public class ShiroConfig {
|
||||
filterChainDefinitionMap.put("/actuator/metrics/**", "anon");
|
||||
filterChainDefinitionMap.put("/actuator/httptrace/**", "anon");
|
||||
filterChainDefinitionMap.put("/actuator/redis/**", "anon");
|
||||
filterChainDefinitionMap.put("/test/jeecgDemo/demo3", "anon"); //模板测试
|
||||
filterChainDefinitionMap.put("/test/jeecgDemo/redisDemo/**", "anon"); //redis测试
|
||||
|
||||
|
||||
// 添加自己的过滤器并且取名为jwt
|
||||
|
||||
Reference in New Issue
Block a user