基于 Web 的考务管理系统的设计与实现 基于 Web 的考务管理系统的设计与实现 摘 要本系统的开发采用 Java 语言与 Spring Boot 编程环境,以 MySQL 为数据库,并以 IntelliJ IDEA编辑器作为开发平台,利用 Spring Boot 微服务框架为基础使用 Mybatis 作为 ORM 框架内置系统的数据接口以及实现 RESTful 风格的路径访问系统资源,同时采用了集成自适应 UI 框架 Bootstrap 美化用户界面。这种设计出的模型在保证后台数据的完整性和安全性的同时,还能处理大量数据,最终完成考务管理系统的功能设计和实现。根据用户需求分析,并根据课题设计与实际开发的工作情况,决定系统实现的功能如下:设计分为前端和后端两部分,前端提供考生用户操作进行登录报名查看,应具备登录、注册、搜索、导航栏、提交考试报名、查看历史报考科目等功能。后端则是管理员对考生数据,考试科目数据的管理和输出考场信息的管理。关键词:考务管理系统;Java 语言; Design and implementation of Examination management system based on Web AbstractThe development of this system adopts Java language and spring boot programming environment, MySQL as database, IntelliJ idea editor as development platform, and spring as development platform Based on the boot microservice framework, mybatis is used as the data interface of the built-in system of ORM framework and the path access system resources of restful style are realized. At the same time, bootstrap, an integrated adaptive UI framework, is used to beautify the user interface. This model can not only ensure the integrity and security of the background data, but also deal with a large number of data, and finally complete the functional design and implementation of the examination management system. According to the analysis of user needs, and according to the design and actual development of the project, the functions of the system are determined as follows: The design is divided into two parts: the front end and the back end. The f...