# easyboot **Repository Path**: aprilyu/easyboot ## Basic Information - **Project Name**: easyboot - **Description**: easyboot是基于springboot版本的后台管理系统 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 3 - **Created**: 2021-01-14 - **Last Updated**: 2025-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # easyboot #### 介绍 EasyBoot后台权限管理系统 基于springboot 和 mybatis plus的后台快速开发框架,可用于快速开发 企业后台管理系统,WebApi接口。 :fire: 给我个star,鼓励一下我吧 #### Net版本 基于.Net5的版本,功能基本一致, https://gitee.com/yushuo1990/EasyCMS https://github.com/yushuo1990/EasyCMS ## 发展目标   希望EasyBoot成为一个简单易用,功能完善的后台权限管理系统的基础开发框架。 ## 本地环境 用户名:admin 密码:admin@123 ## 技术介绍 + 基于Spring boot 2.4.1 + ORM使用[Mybatis Plus 3.4.1](https://gitee.com/baomidou/mybatis-plus),默认使用mysql数据库 + [Redis](https://github.com/tporadowski/redis)操作使用[jredis] + 若依UI 项目也是为了学习若依所写,如果您需要在生产环境中使用,请直接使用若依 + 定时任务采用[Quartz](http://www.quartz-scheduler.org/) ## 依赖环境 java8 ## 权限管理 + [x] 用户管理 + [x] 角色管理 + [x] 菜单管理 + [x] 通用字典 + [x] Quartz定时任务 + [x] 单位组织 + [x] 职位信息 + [x] 登录日志 + [x] 异常日志 + [x] 代码生成辅助