# haier-server **Repository Path**: editso/haier-server ## Basic Information - **Project Name**: haier-server - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-12-07 - **Last Updated**: 2020-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Haier 实现了海尔的部分功能模块 ## 配置相关 ``` server.servlet.context-path= /api spring.jpa.database=MYSQL spring.jpa.hibernate.ddl-auto=update spring.jpa.show-sql=true spring.jpa.properties.hibernate.dialect=com.editso.haier.configure.MySQL5DialectUTF8 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver # 数据库 spring.datasource.url=jdbc:mysql://localhost:3306/ spring.datasource.username= spring.datasource.data-password= # 后台帐号 haier.admin-account=root # 后台密码 haier.admin-password=12345678 ```