摘 要
随着计算机网络的飞速发展,Internet技术越来越广泛的应用,网络覆盖的区域不断扩大,给酒店业计算机应用带来了蓬勃发展的机遇。
采用全新的计算机网络和管理系统,将成为提高酒店管理效率,改善服务水准的重要手段之一。所以城市酒店入住信息管理系统是酒店经营不可缺少的现代工具。系统的主要功能包括:会员管理、类别管理、客房管理、预订管理。
本次设计采用JDK1.8+SpringBoot(内置tomcat)+Mybatis(持久层框架)+Druid(数据库连接池)+maven(jar包管理工具)+IDEA(编辑器)开发,系统角色分为:经理(管理员)和员工(普通用户)两种用户, 其中经理(管理员)具有查看所有预定、删除客房、查看员工、添加员工等功能权限 员工(普通用户)具有查看空房、客户预订、修改预订、删除预订、注册新客户等功能权限。
关键词:酒店,管理系统,Java,SpringBoot;MySQL
ABSTRACT
With the rapid development of computer network, Internet technology is becoming more and more widely used, and the network coverage area is constantly expanding, bringing vigorous opportunities for computer application in the hotel industry.
The adoption of a new computer network and management system will become one of the important means to improve the hotel management efficiency and improve the service level.Therefore, the city hotel occupancy information management system is an indispensable modern tool for hotel operation.The main functions of the system include: membership management, category management, room management, and reservation management.
This design is developed with JDK1.8+SpringBoot (built-in tomcat) + Mybatis (persistent layer framework) + Druid (database connection pool) + maven (jar package management tool) + IDEA (editor). The system roles are: Manager (Administrator) and Employee (general user), with Manager (administrator) to view all reservations, delete rooms, view employees, add employees and other employees (ordinary users) to view empty rooms, customer booking, modify reservations, delete reservations, and register new customers.
Keywords: Hotel, Management System, Java, SpringBoot; MySQL
目 录
摘 要 I
ABSTRACT II
第一章 绪论 1
1.1课题背景 1
1.2目的和意义 1
1.3开发工具及技术 2
1.3.1开发工具 2
1.3.2 Java 2
1.3.3 JavaScript 3
1.3.4 SpringBoot简介 4
1.3.5 Mybatis简介 4
1.4软硬件需求 5
第二章 需求分析 6
2.1需求调研 6
2.2可行性分析 6
2.2.1技术的可行性 6
2.2.2经济的可行性 6
2.2.3操作可行性 6
2.2.4法律的可行性 7
2.3系统用户用例图 7
2.3.1管理员用例图 7
2.4功能模块需求分析 7
2.5设计的基本思想 8
2.6性能需求 9
2.6.1系统的安全性 9
2.6.2数据的完整性 9
2.7界面需求 9
第三章 系统分析与设计 11
3.1数据库的分析与设计 11
3.1.1数据库的概念结构设计 11
3.1.2数据库的逻辑结构设计 14
3.1.3数据库的连接原理 16
3.2中文乱码问题处理 17
第四章 系统功能实现 19
4.1系统登陆页面实现 19
4.2总体功能模块 20
4.2.1注册会员管理 21
4.2.2类别信息管理 22
4.2.3客房信息管理 24
4.2.4预订信息管理 27
4.2.5公告信息管理 29
4.2.6留言信息管理 31
4.2.7修改密码 33
4.2.8退出系统 33
第五章 系统测试 34
5.1系统测试目的与意义 34
5.2测试过程 34
5.2.1主页面的登录模块测试 34
5.3其他错误 35
结 论 36
参考文献 37
致 谢 38