# 恭学教育 - 后台管理系统 > 让教育更简单 基于 Spring Boot + MyBatis Plus + Vue & Element 的后台管理系统。 ## 技术栈 | 框架 | 版本 | |-----------------|----------| | Spring Boot | 4.1.0 | | Spring MVC | 7.0.8 | | Spring Security | 7.1.0 | | JDK | 25 | | MyBatis Plus | 3.5.16 | | Redis / Redisson| 7.0 / 4.6.1 | ## 快速启动 ### 环境要求 - JDK 25+ - MySQL 5.7 / 8.0+ - Redis 5.0+ ### 启动步骤 1. 创建数据库并导入 `sql/mysql/ruoyi-vue-pro.sql` 2. 修改 `yudao-server/src/main/resources/application-local.yaml` 中的数据库和 Redis 配置 3. 运行 `yudao-server` 模块的 `YudaoServerApplication` ## 项目结构 | 模块 | 说明 | |-----------------------|----------------| | `yudao-dependencies` | Maven 依赖版本管理 | | `yudao-framework` | Java 框架拓展 | | `yudao-server` | 管理后台服务端 | | `yudao-module-system` | 系统功能模块 | | `yudao-module-infra` | 基础设施模块 | | `yudao-module-bpm` | 工作流模块 | | `yudao-module-pay` | 支付模块 | | `yudao-module-mall` | 商城模块 | | `yudao-module-crm` | CRM 模块 | | `yudao-module-erp` | ERP 模块 | | `yudao-module-mes` | MES 模块 | | `yudao-module-ai` | AI 模块 | | `yudao-module-im` | 即时通讯模块 | ## 开源协议 MIT License