1
0
mirror of https://github.com/saysky/Hotel synced 2025-05-06 19:49:25 +08:00
dependabot[bot] 451b90b4b0
Bump gson from 2.8.5 to 2.8.9
Bumps [gson](https://github.com/google/gson) from 2.8.5 to 2.8.9.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.8.5...gson-parent-2.8.9)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-20 21:33:59 +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-05-20 21:33:59 +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%