题 目: 基于 Spring Boot 的留学服务
管理平台的设计与开发
本科毕业论文
I
摘 要
随着互联网技术的发发展,计算机技术广泛应用在人们的生活中,逐渐成为
日常工作、生活不可或缺的工具,各种管理系统层出不穷。高校作为学习知识和
技术的高等学府,信息技术更加的成熟,为留学服务管理开发必要的系统,能够
有效的提升管理效率。一直以来,留学服务一直没有进行系统化的管理,学生无
法准确掌握留学服务状态,由此提出开发留学服务管理平台,管理留学服务信息,
学生可以在线查询预约状态,节省时间,提高留学服务效率。
本文介绍了使用 SpringBoot 技术开发留学服务管理平台的设计与实现过程,
首先对实现该系统的技术进行分析,说明选择 SpringBoot 和 MySQL 数据库的必
要性,然后对留学服务管理平台的需求进行分析。并接着对系统进行设计,包括
架构设计、功能设计、数据库设计。最后进行了系统实现。针对系统用户权限问
题进行了设计,在前台界面为提升用户体验,使用 Vue、Html、CSS 等技术进
行布局。留学服务管理平台上线后,反应良好,达到了所有的需求目的,完善了
留学服务工作,为留学服务发展提供了帮助。
关键词:留学服务、学生、SpringBoot、Vue、Mysql
本科毕业论文
I
Abstract
With the development of Internet technology, computer technology is widely
used in people's life and has gradually become an indispensable tool for daily work
and life. Various management systems emerge in endlessly. As an institution of
higher learning to learn knowledge and technology, information technology is more
mature. Developing the necessary system for overseas study service management can
effectively improve the management efficiency. For a long time, the overseas study
service has not been systematically managed, and students cannot accurately grasp
the overseas study service status. Therefore, it is proposed to develop the overseas
study service management platform to manage the overseas study service
information. Students can query the reservation status online, save time and improve
the efficiency of overseas study service.
This paper introduces the design and implementation process of developing
overseas study service management platform using springboot technology. Firstly, it
analyzes the technology of realizing the system, explains the necessity of selecting
springboot and MySQL database, and then analyzes the requirements of overseas
study service management platform. Then the system is designed, including
architecture design, function design and database design. Finally, the system is
implemented. The system user authority is designed. In order to improve the user
experience, Vue, HTML, CSS and other technologies are used for layout in the
foreground interface. After the overseas study service management platform went
online, it responded well, achieved all the needs and purposes, improved the overseas
study service, and provided help for the development of overseas study service.
Key words: study abroad service, students, springboot, Vue, MySQL.
本科毕业论文
I
目 录
摘 要 ................................................I
Abstract ..............................................I
第一章 绪论 ...........................................1
1.1 系统开发的背景 ....................................................1
1.2 系统开发的意义 ....................................................1
1.3 本文研究内容 ......................................................2
第二章 系统开发技术 ...................................3
2.1 JAVA 技术 .........................................................3
2.2 MYSQL 数据库 ......................................................3
2.3 Eclipse 介绍 ......................................................4
2.4 Spring Boot 技术 ..................................................4
第三章 系统分析 .......................................6
3.1 用户需求分析 ......................................................6
3.1.1 老师用户 ...............................................................................................................6
3.1.2 学生用户 ...............................................................................................................6
3.1.3 管理员用户 ...........................................................................................................6
3.2 系统用例分析 .....................................................7
3.2.1 系统管理用例分析 ...............................................................................................7
3.2.3 学生信息用例分析 ...............................................................................................7
3.2.3 留学服务管理用例分析 .......................................................................................8
3.2.4 课程管理用例分析 ...............................................................................................9
3.3 非功能性需求分析 ................................................10
第四章 系统设计 ......................................12
4.1 系统功能设计 .....................................................12
4.2 系统总体设计 ....................................................13
4.2.1 系统流程图 .........................................................................................................13
4.2.2 数据流图 .............................................................................................................13
4.3 系统架构设计 ....................................................14
本科毕业论文
II
4.4 数据库设计 ......................................................15
4.4.1 ER 图设计 ............................................................................................................15
4.4.2 数据库表设计 .....................................................................................................15
第五章 系统实现 ......................................17
5.1 前台功能的实现 ...................................................17
5.1.1 首页界面 ...............................................................................................................17
5.1.2 学生注册界面 .......................................................................................................17
5.1.3 留学服务详情界面 ...............................................................................................18
5.1.4 公告资讯界面 .......................................................................................................19
5.1.5 在线交流界面 .......................................................................................................19
5.2 教师功能模块的实现 ...............................................20
5.2.1 课程管理 ...............................................................................................................20
5.2.2 课程预约信息管理 ...............................................................................................20
5.2.3 课程定制管理 .......................................................................................................21
5.3 管理员模块的实现 .................................................22
5.3.1 留学公告管理 .......................................................................................................22
5.3.2 学生信息管理 .......................................................................................................23
5.3.3 教师管理 ...............................................................................................................24
5.3.4 留学申请管理 .......................................................................................................24
结论 .................................................26
参考文献 .............................................27
致 谢 ................................................29