# 在线教育考试系统 **Repository Path**: leaning-against-a-tree/online-edu-exam ## Basic Information - **Project Name**: 在线教育考试系统 - **Description**: 基于SpringBoot+Vue的在线教育考试系统 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: modify - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 13 - **Forks**: 2 - **Created**: 2023-02-04 - **Last Updated**: 2025-07-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: SpringBoot, MybatisPlus, Redis, RabbitMQ ## README # 在线考试系统 #### 一、项目介绍 一个基于SpringBoot、SpringSecurity、Mybatis-Plus、Redis、Docker、RabbitMQ、Vue等技术栈实现的在线考试系统,实现了管理员进行系统管理,教师进行题目和试卷的创建、发布、编辑以及批阅试卷、学生进行题库练习、考试、错题集等主要功能的实现。 #### 二、项目演示 ![人员管理](1.png) ![数据统计首页](2.png) ![题库首页](3.png) ![试卷首页](4.png) ![考试首页](5.png) ![考试页面](6.png) ![练习册首页](7.png) ![练习页面](8.png) #### 三、环境搭建 - 后端环境搭建 1. SpringBoot2.6.7 2. MySQL5.X/MySQL8.x 3. Redis6.2.4 4. RabbitMQ3.9.11 5. CentOS7.X #### 四、 特别说明 1. master分支MySQL版本为5.X、modify分支MySQL版本为8.X 2. modify分支添加了knife4j可以自动生成API文档,文档地址为http://{ip}:{port}/doc.html 3. 本仓库开源代码为后端代码,前端代码和SQL脚本地址为:https://gitee.com/leaning-against-a-tree/online-exam.git 前端代码后续有时间会进行修改