# easy-shiro **Repository Path**: gester/easy-shiro ## Basic Information - **Project Name**: easy-shiro - **Description**: 精简的后台管理项目,基于Spring Boot、Shiro、MyBatis、Redis、thymeleaf等框架,前端使用adminlte模板,自适应。包含:用户管理、角色管理、角色管理、数据监控等 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2018-12-10 - **Last Updated**: 2024-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # easy-shiro #### 项目介绍 Springboot + shiro权限管理。最精简的shiro上手项目。
基于Spring Boot、Shiro、MyBatis、Redis、thymeleaf等框架,前端使用adminlte模板。
![JDK](https://img.shields.io/badge/JDK-1.8-green.svg) ![Maven](https://img.shields.io/badge/Maven-3.3.9-green.svg) ![MySQL](https://img.shields.io/badge/MySQL-5.6.24-green.svg) ![Redis](https://img.shields.io/badge/Redis-3.0.503-green.svg) #### 使用说明 1. 使用IDE导入本项目 2. 新建数据库`CREATE DATABASE easy-shiro` 3. 导入数据库`docs/db/shiro.sql` 4. 修改(`resources/application.yml`)配置文件 1. 数据库链接属性(可搜索`datasource`或定位到L.15) 2. redis配置(可搜索`redis`或定位到L.28) 5. 运行项目(三种方式) 1. 项目根目录下执行`mvn -X clean package -Dmaven.test.skip=true`编译打包,然后执行`java -jar 运行` 2. 项目根目录下执行`mvn springboot:run` 3. 直接运行`ShiroBootApplication.java` 6. 浏览器访问`http://localhost:8081` **用户密码** _超级管理员_: 账号:admin 密码:123456
(测试账号可以直接使用系统功能注册,使用admin账号给其分配权限) **Druid监控** 用户名:admin 密码:123456