# ems-admin-boot **Repository Path**: ems-admin/ems-admin-boot ## Basic Information - **Project Name**: ems-admin-boot - **Description**: ems-admin(easy manage system)是一套极简的后台管理系统, 基于JDK21 和SpringBoot3.4.1、SpringSecurity6.x、Mybatis-plus3.5.9、Mysql8.0、 JWT开发 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: http://ems.facebook47.cn/login - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 3 - **Created**: 2021-11-27 - **Last Updated**: 2025-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ems-admin-boot #### 介绍 ems-admin(easy manage system)是一套极简的后台管理系统, 基于JDK21 和 SpringBoot3.4.1、SpringSecurity6.x、Mybatis-plus3.5.9、Mysql8.0、 JWT开发, 只提供最基础的登录、权限管理功能与日志功能,所有的业务功能, 都可以根据自己的需要在此之上构建。 ems-admin-boot是ems-admin后台的SpringBoot版本, 前端分为基于Layui开发ems-admin-layui、 基于element-plus开发的ems-admin-element-plus和 基于react的ems-admin-react [![AUR](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://github.com/ems-admin/ems-admin-boot/blob/master/LICENSE) [![star](https://gitee.com/ems-admin/ems-admin-boot/badge/star.svg?theme=white)](https://gitee.com/ems-admin/ems-admin-boot) [![GitHub stars](https://img.shields.io/github/stars/ems-admin/ems-admin-boot.svg?style=social&label=Stars)](https://github.com/ems-admin/ems-admin-boot) [![GitHub forks](https://img.shields.io/github/forks/ems-admin/ems-admin-boot.svg?style=social&label=Fork)](https://github.com/ems-admin/ems-admin-boot) [ems-admin演示站点](http://ems.fullpx.com/) #### 支持功能 - 登录 - 账号/密码 admin/123456 - 用户管理 - 添加、编辑、删除、停用/启用、查询 - 菜单管理 - 添加、编辑、删除、查询 - 角色管理 - 添加、编辑、删除、授权、查询 - 日志管理 - 查询 #### 交流反馈 - [issues 问题反馈](https://github.com/ems-admin/ems-admin-boot/issues) - [更新日志](CHANGELOG.md) #### 必应壁纸 - 如果对必应壁纸感兴趣,可以访问 [必应壁纸](https://bing.fullpx.com) #### 软件架构 - 登录和访问控制通过SpringSecurity 和 JWT来完成 - 用户的访问权限,通过用户-角色-权限的方式进行绑定 #### 后续计划 - 无 #### 已知问题 - 期待反馈