毕业设计(论文)
基于 JSP 的安康旅游网站的设计与实现
姓 名
学 号
院 系
专 业
指导老师
2021 年 月
教务处制
I
目 录
目 录 ...........................................................................................................................I
摘 要 ...........................................................................................................................III
ABSTRACT ......................................................................................................................IV
第一章 绪论 ...................................................................................................................1
1.1 研究现状......................................................................................................................1
1.2 设计原则......................................................................................................................1
1.3 研究内容......................................................................................................................2
第二章 相关技术简介 ....................................................................................................1
2.1 JSP 技术 ........................................................................................................................1
2.2 JAVA 技术 .......................................................................................................................2
2.3 MYSQL 数据库 ..............................................................................................................2
2.4 B/S 结构........................................................................................................................3
2.5 SPRING BOOT 框架 ...........................................................................................................4
第三章 系统分析 ...........................................................................................................5
3.1 可行性分析 ..................................................................................................................5
3.1.1 技术可行性............................................................................................................5
3.1.2 操作可行性...........................................................................................................5
3.1.3 经济可行性...........................................................................................................5
3.1.4 法律可行性...........................................................................................................5
3.2 系统性能分析 ..............................................................................................................6
3.3 系统功能分析 ..............................................................................................................6
3.4 系统流程分析 ..............................................................................................................6
3.4.1 注册流程................................................................................................................6
3.4.2 登录流程...............................................................................................................7
3.5 系统架构分析 ..............................................................................................................8
第四章 系统设计..........................................................................................................10
4.1 系统结构设计 ............................................................................................................10
4.2 系统顺序图设计 ........................................................................................................10
4.3 数据库设计 ................................................................................................................11
4.3.1 数据库实体(E-R 图).......................................................................................11
4.3.2 数据库表设计.....................................................................................................14
第五章 系统实现..........................................................................................................16
5.1 登录模块的实现 ........................................................................................................16
5.2 管理员功能模块的实现 ............................................................................................16
5.2.1 景点信息管理界面..............................................................................................16
5.2.2 酒店信息管理界面..............................................................................................17
5.2.3 特产管理界面......................................................................................................18
II
5.2.4 游客管理界面......................................................................................................18
5.2.5 景点购票订单管理界面 ......................................................................................19
5.3 游客功能模块的实现 ................................................................................................19
5.3.1 系统主界面..........................................................................................................19
5.3.2 游客注册界面......................................................................................................20
5.3.3 景点信息详情界面..............................................................................................20
5.3.4 酒店详情界面......................................................................................................21
5.3.5 特产详情界面......................................................................................................22
第六章 系统测试..........................................................................................................23
6.1 测试环境 ....................................................................................................................23
6.2 测试方法 ....................................................................................................................23
6.3 测试计划 ....................................................................................................................24
6.4 测试结论 ....................................................................................................................24
第七章 结论 .................................................................................................................25
参考文献.......................................................................................................................26
致 谢 ..........................................................................................................................27
III
摘 要
随着旅游业的迅速发展,传统的旅游信息查询方式,已经无法满足用户需求,因
此,结合计算机技术的优势和普及,针对安康旅游,特开发了本基于 JSP 的安康旅游
网站。
本论文首先对安康旅游网站进行需求分析,从系统开发环境、系统目标、设计流
程、功能设计等几个方面进行系统的总体设计,开发出本基于 JSP 的安康旅游网站,
主要实现了游客功能模块和管理员功能模块两大部分,游客可查看景点信息、旅游线
路、特产信息、酒店信息等,注册登录后可进行景点购票、酒店预订、特产购买等操
作,同时管理员可进入系统后台对系统进行全面管理操作。通过对系统的功能进行测
试,测试结果证明该系统界面友好、功能完善,有着较高的使用价值,具有庞大的潜
在用户群体和较广阔的应用前景。
本安康旅游网站基于 Springboot 框架、JSP 技术、Java 编程语言、MYSQL 数据
库开发完成,“操作简单,功能实用”这是本软件设计的核心理念,本系统力求创造
最好的用户体验。
关键词:安康旅游;Springboot 框架;MYSQL 数据库;JSP 技术
IV
Abstract
With the rapid development of the tourism industry, traditional tourism information
query methods have been unable to meet the needs of users. Therefore, combined with the
advantages and popularization of computer technology, the Ankang tourism website based
on JSP has been specially developed for Ankang tourism.
This thesis first analyzes the needs of the Ankang tourism website, and conducts the
overall design of the system from the system development environment, system objectives,
design process, functional design, etc., and develops the JSP-based Ankang tourism website,
which mainly realizes the tourist function module There are two parts, and the administrator
function module. Visitors can view scenic spot information, tourist routes, special product
information, hotel information, etc. After registering and logging in, they can perform
scenic spot ticket purchases, hotel reservations, special product purchases and other
operations. At the same time, the administrator can enter the system background to check
The system conducts comprehensive management operations. By testing the functions of
the system, the test results prove that the system has a friendly interface, complete functions,
high use value, a huge potential user group and a broader application prospect.
This Ankang travel website is developed based on Springboot framework, JSP
technology, Java programming language, and MYSQL database. "Simple operation and
practical functions" is the core concept of this software design. This system strives to create
the best user experience.
Key Words : Ankang tourism; Springboot framework; MYSQL database; JSP
technology