摘 要
伴随着人们生活水平的提高,服务行业也得到了飞速发展。人们对旅游活动也越来越重视。很多旅游爱好者以及生活压力过大的人都会选择周末,节假日或自己休闲时外出旅游,换种环境来放松心情,缓解工作压力,尽享别样生活。为了满足上述需求,因此需要开发一款旅游服务管理系统来帮助用户更方便的找到自己喜欢的旅游景点。
论文运用了Java编程语言、SpringBoot框架、MVC模型、IDEA平台以及Mysql数据库等先进技术,构建了一套基于Java的旅游服务管理系统,系统支持并实现了注册登录,用户信息管理,城市信息管理,旅游景点管理,旅游资讯管理,留言板管理,景点分类管理,旅游订单管理,订单支付管理,客户分析管理等多种功能,用户使用本系统能够查看旅游景点信息以及城市相关信息,系统可以满足用户多样化的需求。经过全面测试,测试结果表明系统在功能基本完整,具备较高的实用性。
关键词:Mysql;Java;MVC设计模式;旅游服务
ABSTRACT
With the improvement of people's living standards, the service industry has also developed rapidly. People pay more and more attention to tourism activities. Many travel enthusiasts and people with excessive life pressure will choose to travel on weekends, holidays or their own leisure time, change the environment to relax, relieve work pressure, and enjoy a different kind of life. In order to meet the above needs, it is necessary to develop a tourism service management system to help users find their favorite tourist attractions more conveniently.
This paper uses Java programming language, SpringBoot framework, MVC model, IDEA platform, Mysql database and other advanced technologies to build a set of Java-based tourism service management system, which supports and implements registration and login, user information management, city information management, tourist attraction management, tourism information management, and tourism information management. Message board management, scenic spot classification management, tourism order management, order payment management, customer analysis management and other functions, users can use this system to view tourist attraction information and city related information, the system can meet the diversified needs of users. After a comprehensive test, the test results show that the system is basically complete in function and has high practicability.
Key words:Mysql; Java; MVC mode; Tourism service
目 录
第1章 绪论
1.1研究目的和意义
1.2国内外研究现状
1.3研究内容
1.4论文组织架构
第2章 相关理论和技术
2.1 Java简介
2.2 MySQL