本科毕业设计论文
题目:格障碍诊断系统 spring boot 设计与实现
系 别:
XX 系(全称)
专 业:
软件工程
班 级:
软件工程 15201
学生姓名:
学生学号:
指导教师:
导师 1 导师 2
202X 年 5 月
毕业设计论文
摘 要
社会发展日新月异,用计算机应用实现数据管理功能已经算是很完善的了,但是随
着移动互联网的到来,处理信息不再受制于地理位置的限制,处理信息及时高效,备受
人们的喜爱。本次开发一套人格障碍诊断系统,有管理员,医生,用户三个角色。管理
员可以管理所有,包含个人中心,用户管理,医生管理,公告信息管理,咨询信息管理,
诊断记录管理,测试模板管理,试题管理,系统管理,考试管理等。医生和用户都可以
注册登录,医生主要接待用户的咨询,并且管理自己参与的诊断记录。用户主要可以参
考测试,咨询医生,查看自己的诊断记录等。人格障碍诊断系统服务端用 Java 开发,
用 Spring Boot 框架开发的网站后台,数据库用到了 MySQL 数据库作为数据的存储。这
样就让用户用着方便快捷,都通过同一个后台进行业务处理,而后台又可以根据并发量
做好部署,用硬件和软件进行协作,满足于数据的交互式处理,让用户的数据存储更安
全,得到数据更方便。
关键字:人格障碍诊断系统;Spring Boot 框架;Java;MySQL
毕业设计论文
Abstract
With the rapid development of society, it is perfect to use computer application to realize data
management function. However, with the advent of mobile Internet, information processing is
no longer limited by geographical location. Information processing is timely and efficient,
which is loved by people. The development of a personality disorder diagnosis system has
three roles: administrator, doctor and user. The administrator can manage all, including
personal center, user management, doctor management, announcement information
management, consultation information management, diagnosis record management, test
template management, test question management, system management, test management, etc.
Both doctors and users can register and log in. Doctors mainly receive users' consultation and
manage their own diagnostic records. Users can mainly refer to tests, consult doctors, and
view their own diagnostic records. The service side of the personality disorder diagnosis
system is developed in Java and the website background developed with the spring boot
framework. The database uses MySQL database as the storage of data. In this way, users can
use it conveniently and quickly. They all conduct business processing through the same
background, and the background can make deployment according to the amount of
concurrency, cooperate with hardware and software, meet the interactive processing of data,
make the user's data storage safer and get the data more convenient.
Key Words:Personality disorder diagnosis system; Spring boot framework; Java; MySQL
毕业设计论文
目 录
摘 要 .........................................................................................................................................I
目 录.......................................................................................................................................III
第 1 章 绪论...............................................................................................................................1
1.1 研究背景 ..............................................................................................................................1
1.2 研究现状 ..............................................................................................................................1
1.3 目的和意义 ..........................................................................................................................1
1.4 论文研究内容 ......................................................................................................................2
第 2 章 程序开发技术...............................................................................................................3
2.1 MYSQL 数据库 ......................................................................................................................3
2.2 JAVA 语言..............................................................................................................................3
2.3 SPRING BOOT 框架简介 ......................................................................................................4
第 3 章 系统分析.......................................................................................................................5
3.1 可行性分析...........................................................................................................................5
3.1.1 技术可行性分析........................................................................................................5
3.1.2 经济可行性分析........................................................................................................5
3.1.3 操作可行性分析........................................................................................................6
3.2 系统运行环境.......................................................................................................................6
3.3 系统流程分析.......................................................................................................................6
第 4 章 系统设计.....................................................................................................................10
4.1 系统设计的原则 ................................................................................................................10
4.2 功能结构设计 ....................................................................................................................10
4.3 数据库设计 ........................................................................................................................11
4.3.1 数据库 E-R 图 ........................................................................................................11
4.3.2 数据库表结构.........................................................................................................13
第 5 章 系统实现.....................................................................................................................17
5.1 管理员和医生功能实现.....................................................................................................17
5.1.1 用户管理.................................................................................................................17
毕业设计论文
5.1.2 公告信息管理.........................................................................................................17
5.1.3 测试模板管理.........................................................................................................18
5.1.4 诊断记录管理.........................................................................................................19
5.2 用户功能实现 ....................................................................................................................19
5.2.1 医生信息.................................................................................................................19
5.2.2 测试模板.................................................................................................................20
5.2.3 考试记录.................................................................................................................21
5.2.4 错题本.....................................................................................................................21
第 6 章 系统测试.....................................................................................................................23
6.1 系统测试方法.....................................................................................................................23
6.2 系统测试分析 ....................................................................................................................24
结 论.......................................................................................................................................25
致 谢.......................................................................................................................................26
参考文献...................................................................................................................................27