# 基于SSM的酒店管理系统 **Repository Path**: gambler_coder/hotel ## Basic Information - **Project Name**: 基于SSM的酒店管理系统 - **Description**: 本系统基于SSM实现,主要功能为用户可以登录查看酒店房间价格、风格、楼层等信息;后台管理给不同员工分配权限进行操作,对房间、楼层、房型信息进行搜索和增删改,可以进行文件上传功能等等... - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2022-10-31 - **Last Updated**: 2022-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于SSM的酒店管理系统 #### 介绍 ``` 本系统设计两部分: 1.前台阅览 用户可以登录、注册。查看酒店房间price、风格、楼层等信息 2.后台管理 后台分为两个模块: 系统管理模块(简述): 给不同员工分配不同的角色从而实现管理不同的菜单权限功能。 客房管理模块(简述): 对房间、楼层、房型信息进行搜索和增删改,可以进行文件上传功能。提前设置好酒店拥有的楼层信息和房型信息,从而再添加房间信息时,可以给分配不同的楼层和房型信息。 另外,后台系统管理权限一共分为三级: ①admin管理者,有最高管理权限,可分配所有员工权限和客房管理等功能 ②系统管理者、客房管理者:拥有部分模块管理权限。 ③系统信息统计者、客房信息统计者:统计后台信息,无修改等权限。 ``` #### 软件架构 ![165624_1f0997b1_8801396](http://img.thenie.top/typora-img/2022/08/17/62fcc224b79f6.png) #### 安装教程 SSM项目由于没有内嵌Tomact,安装起来较为麻烦,此段提供大致思路。
内容请看`instail说明.md`文件 #### 使用说明 1. 后端管理入口是隐 藏的访问路径为`http://ip:port/admin/login.html` #### 效果展示 1. 后台截图 ![image-20220508181803185](http://img.thenie.top/typora-img/2022/08/17/62fcc22bcdfc1.png) ![image-20220508182200563](http://img.thenie.top/typora-img/2022/08/17/62fcc23349bb9.png) ![image-20220508181921893](http://img.thenie.top/typora-img/2022/08/17/62fcc2411600c.png) ![image-20220508181936000](http://img.thenie.top/typora-img/2022/08/17/62fcc2492e193.png) ![image-20220508181945774](http://img.thenie.top/typora-img/2022/08/17/62fcc2507a5d3.png) 2. 前台截图 ![image-20220508182539554](http://img.thenie.top/typora-img/2022/08/17/62fcc258c7866.png) ![image-20220508182637309](http://img.thenie.top/typora-img/2022/08/17/62fcc210a7678.png)