# springboot-auth **Repository Path**: whitegive/springboot-auth ## Basic Information - **Project Name**: springboot-auth - **Description**: springboot-auth 是一个基于SpringBoot + SpringMVC + Apache Shiro +JSP 的后台权限管理系统, 页面展示采用Layui前端框架,包含了用户管理,角色管理,部门管理,菜单管理,权限管理,数据权限分配等功能。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: http://112.74.169.11/springboot-auth - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 4 - **Created**: 2020-03-20 - **Last Updated**: 2022-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-auth #### 介绍 springboot-auth 是一个基于SpringBoot + SpringMVC + Apache Shiro +JSP 的后台权限管理系统, 页面展示采用Layui前端框架,包含了用户管理,角色管理,部门管理,菜单管理,权限管理,数据权限分配等功能。 他不同与其他的系统,这是一个比较简单的系统权限框架 项目为升级版本:[springboot-auth-up](https://gitee.com/zhumaochao/springboot-auth-up) 升级版本内容:其中的JSP替换成 Thymeleaf 页面模板语言 #### 开发环境 | 工具 | 版本或描述 | | ------| ------------------ | | OS | Windows 10 | | JDK | 1.8+ | | IntelliJ IDEA | 2018.3 | | Maven | 3.2.5 | | SpringBoot | 2.0.3 | | MySQL | 8.0.17 | | Apache Shiro | 1.3.2 | | Apache Tomcat| 8.5.40 | #### 软件架构 |系统包 | 路径 | 说明 | | ------| ------| ----------- | |[springboot-auth-up](https://gitee.com/zhumaochao/springboot-auth-up)| | 升级版本| |系统包 | 路径 | 说明 | |java.com.cn.auth| | | | |-common | 系统操作公共类| | |-config | 系统配置文件| | |-controller.sys| 系统操作控制Controller| | |-dao.sys | 系统操作DAO| | |-po.sys | 实体类pojo| | |-service.sys| 系统操作接口Service| | |-serviceImpl.sys | 系统操作接口实现类| | |-SpringbootApplication| 系统启动类| |resources| | | | |-mapper.sys | 系统操作数据库XML文件| | |-static | 静态文件存储| | |-application.properties |系统配置文件| | |-mysql | 系统数据库执行文件 | |webapp| | | | |-views| 系统访问页面| | |-WEB-INF | 系统配置自定义标签| #### 模块划分 | 模块 | 释义 | | ---------- | ------------------------------| | 用户管理 | 系统用户的增删改查 | 部门管理 | 系统部门的层级关系 | 菜单管理 | 系统菜单的增删改查 | 角色管理 | 系统角色的管理和角色权限的设置 | 日志管理 | 记录系统用户操作的日志信息 #### 使用说明 1. 新建数据库 springboot-auth 2. 导入 springboot-auth.sql 3. 导入项目到idea中、执行clear操作清除编译文件、执行install生成war包 4. 把 springboot-auth.war 放进tomcat的webapp中 5. 进入tomcat文件bin目录下、执行startup.bat启动tomcat 6. 访问 http://localhost:8080 7. 输入用户名 admin,密码 admin进入系统 8. 系统在线访问地址:http://112.74.169.11/springboot-auth/ #### 参考文献 1. 前端框架Layui:https://www.layui.com/ 2. springboot框架:https://spring.io/projects/spring-boot/ 3. Apache Shiro权限框架: https://shiro.apache.org/ #### 系统页面展示 ![登录页面](https://gitee.com/zhumaochao/springboot-auth/raw/master/src/main/resources/page/login.png) ![系统主页](https://gitee.com/zhumaochao/springboot-auth/raw/master/src/main/resources/page/index.png) ![用户管理](https://gitee.com/zhumaochao/springboot-auth/raw/master/src/main/resources/page/user.png) ![部门管理](https://gitee.com/zhumaochao/springboot-auth/raw/master/src/main/resources/page/dept.png) ![菜单管理](https://gitee.com/zhumaochao/springboot-auth/raw/master/src/main/resources/page/menu.png) ![角色管理](https://gitee.com/zhumaochao/springboot-auth/raw/master/src/main/resources/page/role.png) ![角色设定](https://gitee.com/zhumaochao/springboot-auth/raw/master/src/main/resources/page/roleset.png) #### 如果对您有帮助,请捐赠以表示支持,谢谢 !!! #### QQ交流群:623904697