bug修改,日志文件配置

This commit is contained in:
2022-03-20 21:41:49 +08:00
parent c8119c5bd0
commit 186a28bffc
11 changed files with 602 additions and 171 deletions

View File

@@ -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: