
中文题目:
基于 springboot 大学生健康体检信息管理的
设计与实现

摘 要
伴随着国家高速发展与互联网技术的逐日提升,生活节奏也在逐渐加快。为
了节省时间和提高工作效率,越来越多的人选择利用互联网进行线上打理各种事
务,然后线上管理系统也就相继涌现。与此同时,人们开始接受方便的生活方式。
他们不仅希望页面简单大方,还希望操作方便,可以快速锁定他们需要的线上管
理方式。基于这种情况,我们需要这样一个界面简单大方、功能齐全的系统来解
决用户问题,满足用户需求。
本篇文章介绍了基于 springboot 大学生健康体检信息管理的设计与实现开发
时所使用到的各类相关技术、选择了本系统的数据库及系统测试、描绘了该网站
的几大功能模块、进行了相关的可行性分析系统分析、叙述了功能模块相应的图
形。本网站主要是基于 Mysql 数据库且使用了 springboot 框架、Java 语言完成的开
发。
关键词:大学生健康体检信息管理的设计与实现;springboot 框架;体检;

II
ABSTRACT
With the rapid development of the country and the continuous improvement of
internet technology, the pace of life is gradually accelerating. In order to save time and
improve work efficiency, more and more people choose to use the Internet to manage
various affairs online, and online management systems have emerged one after another.
At the same time, people began to accept convenient lifestyles. They not only hope that
the page is simple and elegant, but also that it is easy to operate and can quickly lock in
the online management methods they need. Based on this situation, we need a system
with a simple and elegant interface and complete functions to solve user problems and
meet their needs.
This article introduces the various related technologies used in the design and
implementation of information management for college student health examinations
based on Springboot, selects the database and system testing of this system, describes
several major functional modules of the website, conducts feasibility analysis of the
system, and describes the corresponding graphics of the functional modules. This website
is mainly developed based on MySQL database and using the Spring Boot framework
and Java language.
Keywords: Design and implementation of information management for college
students' health examinations; Springboot framework; Physical examination;

目录
第 1 章 绪论.................................................................................................1
1.1 研究背景 .................................................................................................................1
1.2 研究的意义..............................................................................................................1
1.3 国内外研究现状......................................................................................................2
1.4 本文的主要内容......................................................................................................2
第 2 章 相关技术概述.................................................................................3
2.1 SPRING BOOT 框架介绍 ...........................................................................................3
2.2 开发语言介绍..........................................................................................................4
2.3 VUE 框架简介..........................................................................................................4
2.4 MYSQL 数据库 .......................................................................................................5
第 3 章 系统分析.........................................................................................5
3.1 可行性分析..............................................................................................................6
3.1.1 经济可行性分析 ..............................................................................................6
3.1.2 运营可行性分析 ..............................................................................................7
3.1.3 技术可行性分析 ..............................................................................................7
3.2 系统开发流程分析..................................................................................................8
3.3 需求分析..................................................................................................................8
3.3.1 学生用例图 ......................................................................................................9
3.3.2 管理员用例图 ................................................................................................10
第 4 章 系统设计.......................................................................................11
4.1 系统概述 ...............................................................................................................12
4.2 系统结构设计 .......................................................................................................13
4.3 详细设计................................................................................................................14
4.3.1 用户登录模块 ................................................................................................15
4.3.2 系统操作模块 ................................................................................................16
4.3.3 添加信息流程 ................................................................................................17
4.3.4 修改信息模块 ................................................................................................17
4.3.5 删除信息模块 ................................................................................................18
4.4 数据库设计............................................................................................................18
4.4.1 概念设计 .........................................................................................................19
4.4.2 逻辑设计 .........................................................................................................20
第 5 章 系统实现.....................................................................................21
5.1 前台系统功能的实现 ...........................................................................................22
5.2 后台管理员功能的实现 .......................................................................................23
5.3 后台学生功能的实现 ...........................................................................................23
第 6 章 系统测试.......................................................................................24
6.1 测试目的................................................................................................................26

6.2 测试环境与工具....................................................................................................27
6.3 功能测试................................................................................................................29
6.3.1 登录注册功能测试 ........................................................................................30
6.3.2 提交信息功能测试 ........................................................................................32
6.3.3 信息修改功能测试 ........................................................................................33
总 结...........................................................................................................34
参考文献.....................................................................................................35
致 谢...........................................................................................................36