bug修改,日志文件配置
This commit is contained in:
@@ -13,14 +13,14 @@ spring:
|
||||
date-format: yyyy-MM-dd HH:mm:ss
|
||||
time-zone: GMT+8
|
||||
default-property-inclusion: non_null
|
||||
redis:
|
||||
#redis:
|
||||
# cluster:
|
||||
# nodes:
|
||||
# - localhost:6379
|
||||
host: @spring.redis.host@
|
||||
port: @spring.redis.port@
|
||||
password: @spring.redis.password@
|
||||
database: @spring.redis.database@
|
||||
#host: @spring.redis.host@
|
||||
#port: @spring.redis.port@
|
||||
#password: @spring.redis.password@
|
||||
#database: @spring.redis.database@
|
||||
|
||||
#开发工具
|
||||
devtools:
|
||||
|
||||
Reference in New Issue
Block a user