This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
## 酒店管理系统
> 项目具体说明:简单的酒店管理系统。
### 基础环境:
- Tomcat9
- Java 1.8+
- Mysql/Mariadb
### 描述:
很简陋的小项目,真的很简陋,关于部署:Tomcat 务必为 9.X,JDK 可 12;数据库文件位于 `~/src/sql/` 中,初始登录用户密码为:`root`/`toor`;Tomcat 应用上下文为 `/hb`;项目依赖:`lib` 目录。