# springboot2.7+spring security+mybatis plus+redis 后台管理系统 **Repository Path**: theshy02/springboot-admin ## Basic Information - **Project Name**: springboot2.7+spring security+mybatis plus+redis 后台管理系统 - **Description**: springboot2.7+spring security+mybatis plus+redis + jwt +swagger - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2023-05-30 - **Last Updated**: 2024-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot2.7+spring security+mybatis plus+redis 后台管理系统 # 项目介绍 springboot2.7+spring security+mybatis plus+redis 后台管理系统 + token使用jwt redis存储 + mybatis plus 代码生成器 + spring security + 角色管理 + 菜单管理 + 用户管理 + 日志管理 + 欢迎配合vue-admin使用 + https://gitee.com/theshy02/vue-admin.git # 软件架构 软件架构说明 springboot2.7+spring security+mybatis plus+redis 后台管理系统 # 安装教程 1. xxxx 2. xxxx 3. xxxx 4. xxxx 5. xxxx 6. xxxx # 使用说明 1. xxxx 2. xxxx 3. xxxx 4. xxxx # 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request # 项目结构 ``` ├─main │ ├─java │ │ └─com │ │ └─example │ │ └─demo │ │ │ DemoApplication.java │ │ │ │ │ ├─config │ │ │ MybatisPlusConfig.java │ │ │ RedisConfig.java │ │ │ SecurityConfig.java │ │ │ │ │ ├─controller │ │ │ LoginController.java │ │ │ UserController.java │ │ │ │ │ ├─entity │ │ │ User.java │ │ │ │ │ ├─service │ │ │ │ UserService.java