目录shiro的依赖 shiro的依赖<!--在springboot中使用shiro--><dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring-boot-starter</artifactId> <version>1.5.1</version></dependency&g
目录在Shiro中使用FilterShiro的加密、解密Shiro的Session模块Shiro的缓存模块Shiro的常见用法依赖自定义的Realm自定义的Filter自定义的SessionManagerShiro配置类Shiro工具类Shiro的权限控制说明 在Shiro中使用Filtershiro内置了很多Filter,常见的如下authc:FormAuthenticationFilter,表单认证过滤器,需要从表单登录认证后才能访问指定的urluser:UserFilter,用户
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号