# hms-springcloud **Repository Path**: shadowofnight/hms-springcloud ## Basic Information - **Project Name**: hms-springcloud - **Description**: 酒店管理系统分布式架构 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-08-11 - **Last Updated**: 2022-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hms-springcloud ### 项目介绍 ``` 项目名: 酒店管理系统 功能点: 酒店管理,OTA直连 技术栈: 前端: react网页web框架,app 使用谷歌跨平台框架 flutter 后端: springcloud全家桶 ``` ### 传送门 - 仿美图酒店app:https://github.com/lshaoshuai/flutter_meituan_hotel ### 项目使用工具 - git 下载地址: https://git-scm.com/downloads 将项目从github上clone到本地 ``` git clone git@github.com:lshaoshuai/hms-springcloud.git 或者直接在项目下载zip文件 ``` - idea破解版教程:https://blog.csdn.net/yl1712725180/article/details/80309862 使用idea下载Lombok插件 - 下载Redis:[windows版本redis](https://github.com/microsoftarchive/redis/releases) - 下载RabitMq:[MQ](https://www.rabbitmq.com/) ## springcloud参考文档 springboot api-doc:https://spring.io/projects/spring-boot/ ## swagger Swagger 是一个规范和完整的框架,用于生成、描述、调用和可视化 RESTful 风格的 Web 服务。总体目标是使客户端和文件系统作为服务器以同样的速度来更新。文件的方法,参数和模型紧密集成到服务器端的代码,允许API来始终保持同步。 ### 作用: - 接口的文档在线自动生成。 - 功能测试。 ![首页](https://raw.githubusercontent.com/lshaoshuai/springcloud-config/master/images/swagger1.png)