# hotelms **Repository Path**: jessica1234/hotelms ## Basic Information - **Project Name**: hotelms - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-13 - **Last Updated**: 2024-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 安装步骤 1. 在mysql数据库中运行/hotelms/sql/hotelms.sql 2. 配置 /src/main/resources/application.yml ```yml spring: profiles: local datasource: url: jdbc:mysql://127.0.0.1:3306/hotelms?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT username: root password: root filters: wall,mergeStat ``` 修改 url, username, password设置为合适的值 3. 用Springboot2.2 导入项目,并手动运行lombok.jar 4. 在Springboot上启动tomcat 5. 在浏览器上运行:http://localhost:8080 6. 登录账号为:admin/111111 end