代码更新

This commit is contained in:
2022-07-27 17:11:14 +08:00
parent 0e3eb2c3ae
commit 3f59e52359
5 changed files with 284 additions and 3 deletions

View File

@@ -75,8 +75,8 @@ spring:
#数据库索引
database: ${REDIS_DB:1}
#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:}
#连接超时时间
@@ -173,5 +173,5 @@ jetcache:
maxIdle: 200
maxTotal: 1000
uri:
- redis://localhost:6379
- redis://47.111.78.178:6379