# hotel **Repository Path**: junglexs/hotel ## Basic Information - **Project Name**: hotel - **Description**: Java酒店后台管理系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-12-29 - **Last Updated**: 2021-09-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 酒店客房管理系统 # 数据库名 db_lms ```java spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:3306/db_lms?useSSL=true&characterEncoding=utf-8&serverTimezone=UTC username: root password: 123456 jpa: hibernate: ddl-auto: update show-sql: true ``` #