
I
毕业设计(论文)
学 院
专 业
班 级
学 号
学生姓名
指导教师
完成日期 年 月 日

II
摘 要
21 世纪的今天,随着社会的不断发展与进步,人们对于信息科学化的认识,已由低
层次向高层次发展,由原来的感性认识向理性认识提高,管理工作的重要性已逐渐被人
们所认识,科学化的管理,使信息存储达到准确、快速、完善,并能提高工作管理效率,
促进其发展。
社区维修平台主要的模块包括基本住户管理、社区公告管理、维修工管理、维修
订单管理、接单信息管理、订单信息管理、在线沟通管理、举报信息管理、留言板管理、
系统管理模块等功能。管理员对后台对有相应的操作权限。系统中管理员为主要是为了
安全有效地存储和管理及维护系统的各类信息,可以对系统进行管理与更新维护。
关键字: 社区维修平台 Spring Boot

III
Abstract
Today in the 21st century, with the continuous development and progress of society,
people ’ s understanding of information science has developed from a low-level to a
high-level, from the original perceptual knowledge to the rational knowledge, and the
importance of management work has gradually been recognized by people. It is recognized
that scientific management enables information storage to be accurate, fast and complete,
and can improve the efficiency of work management and promote its development.
The main modules of the community maintenance platform include basic household
management, community announcement management, maintenance worker management,
maintenance order management, order information management, order information
management, online communication management, report information management,
message board management, system management modules and other functions. The
administrator has the corresponding operation authority for the background pair. The
administrator in the system is mainly for the safe and effective storage, management and
maintenance of various information of the system, and can manage, update and maintain
the system.
Keywords: Community Maintenance Platform Spring Boot

IV
目 录
第一章 绪 论..............................................................6
1.1 背景及意义 ................................................6
1.2 国内外研究概况 ............................................6
第二章 关键技术的研究....................................................8
2.1 JSP 技术介绍 ..............................................8
2.2 JAVA 简介 .................................................8
2.3 Eclipse 开发环境 ..........................................9
2.4 Spring Boot 框架 ........................................9
2.5 MySQL 数据库 .............................................10
第三章 系统分析..........................................................11
3.1 需求分析 ................................................11
3.2.1 技术可行性:技术背景............................................11
3.2.2 经济可行性......................................................11
3.2.3 操作可行性:....................................................12
3.3 项目设计目标与原则 ......................................12
3.4 系统流程分析 .............................................13
3.4.1 操作流程........................................................13
3.4.2 添加信息流程....................................................13
3.4.3 删除信息流程....................................................14
第四章 系统设计..........................................................15
4.1 系统体系结构 ............................................15
4.2 数据库设计原则 ..........................................16
第五章 系统实现..........................................................19
5.1 管理员功能模块 ...........................................19
5.2 住户前台功能模块 .........................................22
5.3 住户后台功能模块 .........................................28
5.4 维修员前台功能模块 .......................................32
5.5 维修员后台功能模块 .......................................35
第六章 系统测试..........................................................37
6.1 系统测试的意义 ...........................................37
6.2 测试方法 ................................................37
6.3 测试分析 .................................................37
总 结...................................................................39