摘  要

本文首先实现了来访管理技术的发展,随后依照传统的软件开发流程,最先为系统挑选适用的言语和软件开发平台,依据需求分析开展控制模块制作和数据库查询构造设计,依据系统整体功能模块的设计,制作系统的功能模块图、流程表和E-R图。其次进行设计框架,依据设计的框架撰写编码,完成系统的每个功能模块。最终,对基本系统开展了检测,包含软件性能测试、单元测试和性能指标。测试结果表明,该系统能够实现所需的功能,运行状况尚可并无明显缺点。


关键字:B/S模式、java、来访管理



 

Abstract

This paper first realizes the development of visitor management technology, then according to the traditional software development process, first selects the appropriate language and software development platform for the system, according to the demand analysis to carry out the control module production and database query construction design, according to the design of the overall system function module, make the system function module diagram, process table and E-R diagram. Secondly, I design the framework, write the code according to the framework, and complete each function module of the system. Finally, the basic system is tested, including software performance tests, unit tests and performance indicators. The test results show that the system can achieve the required function, the running condition is acceptable without obvious shortcomings.


Key words: B/S mode, java, visit management  

目  录


1 绪  论 1

1.1项目研究的背景 1

1.2课题研究现状 1

1.3系统总概 2

1.4论文结构 2

2 开发技术介绍 4

2.1 B/S架构 4

2.2 MySQL数据库 4

2.3 MySQL环境配置 5

2.4 JAVA开发平台 6

2.5 SpringBoot框架 6

3 系统分析 7

3.1可行性分析 7

3.1.1技术可行性 7

3.1.2经济可行性 7

3.1.3操作可行性 7

3.2系统性能需求分析 8

3.3系统功能分析 8

3.4系统流程的分析 9

3.4.1 用户管理的流程 9

3.4.2 个人中心管理流程 10

3.4.3 登录流程 10

4系统设计 12

4.1 软件功能模块设计 12

4.2 数据库设计 12

4.2.1 概念模型设计 12

4.2.2 物理模型设计 13

5系统详细设计 16

5.1系统登录注册实现 16

5.2管理员模块实现 17

5.3访客模块实现 18

6系统测试 21

结  论 22

参考文献 23

致  谢 24


考虑到实际生活中在来访管理方面的需要以及对该系统认真的分析,将系统权限按进行划分。

管理员登入使用本系统涉到的功能主要有个人中心、访客管理、访客预约管理、访客来访管理等功能。访客登入使用本系统涉到的功能主要有个人中心、访客预约管理、访客来访管理等功能。


基于SpringBoot的来访管理系统的设计与实现-计算机毕业设计源码+LW文档_java

基于SpringBoot的来访管理系统的设计与实现-计算机毕业设计源码+LW文档_MySQL_02

基于SpringBoot的来访管理系统的设计与实现-计算机毕业设计源码+LW文档_功能模块_03

基于SpringBoot的来访管理系统的设计与实现-计算机毕业设计源码+LW文档_MySQL_04