店铺营业状态接口
This commit is contained in:
@@ -5,6 +5,10 @@ spring.datasource.druid.driver-class-name=${sky.datasource.driver-class-name}
|
||||
spring.datasource.druid.url=jdbc:mysql://${sky.datasource.host}:${sky.datasource.port}/${sky.datasource.database}?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
||||
spring.datasource.druid.username=${sky.datasource.username}
|
||||
spring.datasource.druid.password=${sky.datasource.password}
|
||||
spring.redis.host=${spring.redis.host}
|
||||
spring.redis.port=${spring.redis.port}
|
||||
#spring.redis.password=${spring.redis.password}
|
||||
spring.redis.database=${spring.redis.database}
|
||||
mybatis.mapper-locations=classpath:mapper/*.xml
|
||||
mybatis.type-aliases-package=com.sky.entity
|
||||
mybatis.configuration.map-underscore-to-camel-case=true
|
||||
|
||||
Reference in New Issue
Block a user