修改提交

This commit is contained in:
18188916393
2022-08-08 18:13:12 +08:00
parent 2a880362ce
commit fa674529e6
26 changed files with 887 additions and 146 deletions

View File

@@ -64,8 +64,8 @@ spring:
#数据库索引
database: ${REDIS_DB:11}
host: ${REDIS_HOST:47.111.78.178}
#host: ${REDIS_HOST:localhost}
#host: ${REDIS_HOST:47.111.78.178}
host: ${REDIS_HOST:localhost}
port: ${REDIS_PORT:6379}
password: ${REDIS_PWD:}
#连接超时时间
@@ -162,5 +162,5 @@ jetcache:
maxIdle: 200
maxTotal: 1000
uri:
- redis://47.111.78.178:6379
- redis://localhost:6379