no message

main
HUOJIN\92525 2024-08-23 22:21:15 +08:00
parent c50803b4bd
commit 3766b2f940
1 changed files with 6 additions and 6 deletions

View File

@ -6,8 +6,8 @@ spring:
freemarker: freemarker:
check-template-location: false check-template-location: false
profiles: profiles:
active: prod #active: prod
#active: dev active: dev
jackson: jackson:
time-zone: GMT+8 time-zone: GMT+8
data: data:
@ -36,11 +36,11 @@ spring:
redis: redis:
#数据库索引 #数据库索引
database: ${REDIS_DB:2} database: ${REDIS_DB:2}
host: ${REDIS_HOST:192.168.100.102} #host: ${REDIS_HOST:192.168.100.102}
password: ${REDIS_PWD:123456} #password: ${REDIS_PWD:123456}
#host: ${REDIS_HOST:localhost} host: ${REDIS_HOST:localhost}
#password: ${REDIS_PWD:} password: ${REDIS_PWD:}
port: ${REDIS_PORT:6379} port: ${REDIS_PORT:6379}
#连接超时时间 #连接超时时间
timeout: 5000 timeout: 5000