From ec39bf9a9716b7ac71522b9e6ba408275711214f Mon Sep 17 00:00:00 2001 From: xupei Date: Mon, 22 Jan 2024 12:03:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9redis=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-test.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-test.properties b/src/main/resources/application-test.properties index 4f31f098..914d2ca9 100644 --- a/src/main/resources/application-test.properties +++ b/src/main/resources/application-test.properties @@ -70,7 +70,7 @@ spring.rabbitmq.username=rabbit spring.rabbitmq.password=123456 spring.rabbitmq.virtual-host=/ -spring.redis.host=18.167.251.121 +spring.redis.host=172.31.11.32 spring.redis.port=6379 spring.redis.database=1 spring.redis.password=Aidlab