# springboot-shiro-redis **Repository Path**: lin-mt/springboot-shiro-redis ## Basic Information - **Project Name**: springboot-shiro-redis - **Description**: spring boot整合shiro和reids - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2019-11-30 - **Last Updated**: 2022-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-shiro-redis ### 介绍 Springboot 整合 shiro,并缓存到 redis,自定义角色认证(com.lmt.config.shiro.filter.authz.AnyRoleAuthorizationFilter)、权限认证(com.lmt.config.shiro.filter.authz.AnyPermissionAuthorizationFilter) ### 软件架构 相关依赖及依赖版本见:pom.xml ### 使用教程 1. 导入项目 2. 创建数据库 springboot_shiro_redis 3. 安装 Redis 4. 修改 application.yml 配置 5. 启动项目 6. 执行SQL脚本 InitDatabase/springboot_shiro_redis.sql 7. 安装 Postman(不安装亦可,仅仅在测试的时候有用到) 8. 在 Postman 导入 PostmanTest/SpringbootShiroRedis.postman_collection.json 9. 执行相应的测试脚本即可