标签:style blog http java color os
一、在web.xml中添加shiro过滤器
二、在Spring的applicationContext.xml中添加shiro配置
1、添加shiroFilter定义
2、添加securityManager定义
3、添加realm定义
三、实现MyRealm:继承AuthorizingRealm,并重写认证授权方法
基于Spring框架的Shiro配置,布布扣,bubuko.com
标签:style blog http java color os
原文地址:http://www.cnblogs.com/hanxue112253/p/3850514.html