From 3f7290dc0e7f716975bbb28ba5125d713927dab1 Mon Sep 17 00:00:00 2001 From: GYJ <1157756119@qq.com> Date: Fri, 5 Jul 2024 15:35:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eladmin-system/src/main/resources/config/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eladmin-system/src/main/resources/config/application.yml b/eladmin-system/src/main/resources/config/application.yml index 520fa58c..b8878c3f 100644 --- a/eladmin-system/src/main/resources/config/application.yml +++ b/eladmin-system/src/main/resources/config/application.yml @@ -41,7 +41,7 @@ spring: redis: #数据库索引 database: ${REDIS_DB:0} - host: ${REDIS_HOST:101.37.12.135} + host: ${REDIS_HOST:127.0.0.1} port: ${REDIS_PORT:6379} password: ${REDIS_PWD:111111} #连接超时时间