1
0
mirror of https://github.com/saysky/Hotel synced 2025-05-06 19:49:25 +08:00
dependabot[bot] a8c6d6aa5d
Bump fastjson from 1.2.47 to 1.2.83
Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.47 to 1.2.83.
- [Release notes](https://github.com/alibaba/fastjson/releases)
- [Commits](https://github.com/alibaba/fastjson/compare/1.2.47...1.2.83)

---
updated-dependencies:
- dependency-name: com.alibaba:fastjson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-17 03:06:34 +00:00
2020-04-12 10:47:26 +08:00
2022-05-02 18:03:20 +08:00
2020-04-12 10:47:26 +08:00
2020-04-12 10:47:26 +08:00
2022-06-17 03:06:34 +00:00
2022-05-17 18:04:49 +08:00

博主开发的其他酒店系统全部在这里

https://liuyanzhao.com/shop.html?k=酒店


SpringBoot酒店管理系统

基于SpringBoot实现的酒店管理系统包括三种角色管理员、酒店工作人员、客户。

  • 管理员功能:客房管理、客房类型管理、酒店工作人员管理、其他所有权限
  • 酒店工作人员功能:客户管理、客房浏览查询、预定客房、查看所有订单列表、财务管理
  • 客户功能:注册、登录、找回密码、客房浏览查询、预定客房、查看自己订单列表

详细介绍:https://liuyanzhao.com/10308.html
预览地址:http://hotel.liuyanzhao.com
已录制2小时的代码讲解视频

技术组成

  • SpringBoot
  • MyBatis
  • Shiro
  • Thymeleaf
  • Bootstrap + jQuery

预览

首页 登录模态框 详情页 预定页 客房管理 客房修改 订单管理 用户管理 财务管理

联系方式

需要提供部署或讲解服务,可以联系我 微信847064370

Description
Languages
Java 100%