随笔分类 -  shiro

Shiro的Filter机制详解---源码分析
摘要:Shiro的Filter机制详解 首先从spring-shiro.xml的filter配置说起,先回答两个问题: 1, 为什么相同url规则,后面定义的会覆盖前面定义的(执行的时候只执行最后一个)。 2, 为什么两个url规则都可以匹配同一个url,只执行第一个呢。 下面分别从这两个问题入手,最终阅 阅读全文

posted @ 2018-09-15 18:13 卖肾割阑尾 阅读(208) 评论(0) 推荐(0)

shiro(二)
摘要:shiro-authorizer.ini [main]#自定义authorizerauthorizer=org.apache.shiro.authz.ModularRealmAuthorizer#自定义permissionResolver#permissionResolver=org.apache. 阅读全文

posted @ 2018-09-15 14:23 卖肾割阑尾 阅读(124) 评论(0) 推荐(0)

shiro
摘要:本篇内容大多总结自张开涛的《跟我学Shiro》原文地址:http://jinnianshilongnian.iteye.com/blog/2018936 转载自:https://www.cnblogs.com/learnhow/p/5694876.html 我并没有全部看完,只是选择了一部分对我来说 阅读全文

posted @ 2018-09-09 15:53 卖肾割阑尾 阅读(189) 评论(0) 推荐(0)

导航