# springboot_shiro_redis **Repository Path**: Jokul2018/springboot_shiro_redis ## Basic Information - **Project Name**: springboot_shiro_redis - **Description**: springboot+shiro+redis权限管理demo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-11-23 - **Last Updated**: 2023-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot_shiro_redis #### 介绍 springboot+shiro+redis权限管理demo #### 软件架构 1. 使用springboot整合shiro管理权限 2. 将shiro开启redis缓存用户权限信息 3. 增加aop切面,将系统日志记录保存到数据库中 #### 使用说明 1. 下载代码 2. 执行sql脚本 3. 修改配置文件 4. 启动redis服务 5. 启动springboot项目 6. 访问http://localhost:8888(项目中添加了启动项目,自动启动默认浏览器打开项目)