From a2ead3d0d329ea14bc239d0c665e42fa73ee5ab7 Mon Sep 17 00:00:00 2001 From: wangw <1594593906@qq.com> Date: Wed, 24 Sep 2025 13:26:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9D=80=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../account-server/src/main/resources/application-dev.yml | 4 ++-- cash-api/market-server/src/main/resources/application-dev.yml | 4 ++-- cash-api/order-server/src/main/resources/application-dev.yml | 4 ++-- .../product-server/src/main/resources/application-dev.yml | 4 ++-- cash-api/system-server/src/main/resources/application-dev.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 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 739f3c6f1..cadafbe7b 100644 --- a/cash-api/account-server/src/main/resources/application-dev.yml +++ b/cash-api/account-server/src/main/resources/application-dev.yml @@ -1,13 +1,13 @@ spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://192.168.1.31:3306/czg_cashier?useUnicode=true&characterEncoding=utf-8 + url: jdbc:mysql://192.168.0.71:3306/czg_cashier?useUnicode=true&characterEncoding=utf-8 username: root password: Chaozg123. data: redis: - host: 192.168.1.31 + host: 192.168.0.71 port: 6379 password: Chaozg123. timeout: 1000 diff --git a/cash-api/market-server/src/main/resources/application-dev.yml b/cash-api/market-server/src/main/resources/application-dev.yml index 4a06b5fb4..43516bab6 100644 --- a/cash-api/market-server/src/main/resources/application-dev.yml +++ b/cash-api/market-server/src/main/resources/application-dev.yml @@ -1,13 +1,13 @@ spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://192.168.1.31:3306/czg_cashier?useUnicode=true&characterEncoding=utf-8 + url: jdbc:mysql://192.168.0.71:3306/czg_cashier?useUnicode=true&characterEncoding=utf-8 username: root password: Chaozg123. data: redis: - host: 192.168.1.31 + host: 192.168.0.71 port: 6379 password: Chaozg123. 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 b68287020..dd12c08ce 100644 --- a/cash-api/order-server/src/main/resources/application-dev.yml +++ b/cash-api/order-server/src/main/resources/application-dev.yml @@ -2,13 +2,13 @@ spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://192.168.1.31:3306/czg_cashier?useUnicode=true&characterEncoding=utf-8 + url: jdbc:mysql://192.168.0.71:3306/czg_cashier?useUnicode=true&characterEncoding=utf-8 username: root password: Chaozg123. data: redis: - host: 192.168.1.31 + host: 192.168.0.71 port: 6379 password: Chaozg123. 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 da4031ccb..7ebd118d3 100644 --- a/cash-api/product-server/src/main/resources/application-dev.yml +++ b/cash-api/product-server/src/main/resources/application-dev.yml @@ -1,13 +1,13 @@ spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://192.168.1.31:3306/czg_cashier?useUnicode=true&characterEncoding=utf-8 + url: jdbc:mysql://192.168.0.71:3306/czg_cashier?useUnicode=true&characterEncoding=utf-8 username: root password: Chaozg123. data: redis: - host: 192.168.1.31 + host: 192.168.0.71 port: 6379 password: Chaozg123. 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 e83d397e3..1153e34a4 100644 --- a/cash-api/system-server/src/main/resources/application-dev.yml +++ b/cash-api/system-server/src/main/resources/application-dev.yml @@ -2,13 +2,13 @@ spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://192.168.1.31:3306/czg_cashier?useUnicode=true&characterEncoding=utf-8 + url: jdbc:mysql://192.168.0.71:3306/czg_cashier?useUnicode=true&characterEncoding=utf-8 username: root password: Chaozg123. data: redis: - host: 192.168.1.31 + host: 192.168.0.71 port: 6379 password: Chaozg123. timeout: 1000