From a512c0ad3c75c41e31ad111618332ef3560b29d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E5=87=AF=E5=87=AF?= Date: Tue, 11 Feb 2025 17:03:53 +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 --- cash-api/account-server/src/main/resources/application-dev.yml | 2 +- cash-api/order-server/src/main/resources/application-dev.yml | 2 +- cash-api/product-server/src/main/resources/application-dev.yml | 2 +- cash-api/system-server/src/main/resources/application-dev.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cash-api/account-server/src/main/resources/application-dev.yml b/cash-api/account-server/src/main/resources/application-dev.yml index 3652e636..a352952f 100644 --- a/cash-api/account-server/src/main/resources/application-dev.yml +++ b/cash-api/account-server/src/main/resources/application-dev.yml @@ -8,7 +8,7 @@ spring: data: redis: - host: 121.40.128.145 + host: 121.40.128.135 port: 6379 password: 111111 timeout: 1000 diff --git a/cash-api/order-server/src/main/resources/application-dev.yml b/cash-api/order-server/src/main/resources/application-dev.yml index ae56a643..4e54adb7 100644 --- a/cash-api/order-server/src/main/resources/application-dev.yml +++ b/cash-api/order-server/src/main/resources/application-dev.yml @@ -8,7 +8,7 @@ spring: data: redis: - host: 121.40.128.145 + host: 121.40.128.135 port: 6379 password: 111111 timeout: 1000 diff --git a/cash-api/product-server/src/main/resources/application-dev.yml b/cash-api/product-server/src/main/resources/application-dev.yml index b113fc7a..e70f3f18 100644 --- a/cash-api/product-server/src/main/resources/application-dev.yml +++ b/cash-api/product-server/src/main/resources/application-dev.yml @@ -8,7 +8,7 @@ spring: data: redis: - host: 121.40.128.145 + host: 121.40.128.135 port: 6379 password: 111111 timeout: 1000 diff --git a/cash-api/system-server/src/main/resources/application-dev.yml b/cash-api/system-server/src/main/resources/application-dev.yml index a3b3f53d..623b02a3 100644 --- a/cash-api/system-server/src/main/resources/application-dev.yml +++ b/cash-api/system-server/src/main/resources/application-dev.yml @@ -8,7 +8,7 @@ spring: data: redis: - host: 121.40.128.145 + host: 121.40.128.135 port: 6379 password: 111111 timeout: 1000