From 9eb9362cb39ae4221356ac91b45be62dc2491872 Mon Sep 17 00:00:00 2001 From: Tankaikai Date: Thu, 13 Feb 2025 15:05:19 +0800 Subject: [PATCH] =?UTF-8?q?redis=E5=9C=B0=E5=9D=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../account-server/src/main/resources/application-dev.yml | 5 ++--- .../product-server/src/main/resources/application-dev.yml | 5 ++--- 2 files changed, 4 insertions(+), 6 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 4f552553..e697daf3 100644 --- a/cash-api/account-server/src/main/resources/application-dev.yml +++ b/cash-api/account-server/src/main/resources/application-dev.yml @@ -1,4 +1,3 @@ - spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver @@ -8,9 +7,9 @@ spring: data: redis: - host: 127.0.0.1 + host: 101.37.12.135 port: 6379 - password: + password: 111111 timeout: 5000 database: 1 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 0fc1c230..6e3dc1a3 100644 --- a/cash-api/product-server/src/main/resources/application-dev.yml +++ b/cash-api/product-server/src/main/resources/application-dev.yml @@ -1,4 +1,3 @@ - spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver @@ -8,9 +7,9 @@ spring: data: redis: - host: 127.0.0.1 + host: 101.37.12.135 port: 6379 - password: + password: 111111 timeout: 5000 database: 1 lettuce: