From 92e7053f94b23e0082670b9129c02d9c57c86b5c Mon Sep 17 00:00:00 2001 From: wzgaoyn Date: Fri, 18 Apr 2025 09:41:49 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmerclub-group/src/main/resources/bootstrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmerclub-group/src/main/resources/bootstrap.yml b/tmerclub-group/src/main/resources/bootstrap.yml index 6874cf3..f84bbd2 100644 --- a/tmerclub-group/src/main/resources/bootstrap.yml +++ b/tmerclub-group/src/main/resources/bootstrap.yml @@ -27,6 +27,6 @@ logging: dubbo: protocol: port: ${tmerclub_DUBBO_PORT:11114} - host: ${spring.cloud.nacos.discovery.ip} + host: ${172.23.112.124} application: qos-port: ${tmerclub_DUBBOQOS_PORT:13114} From 2b8394e88c1fa4baf81323f06867dba20f8fff5f Mon Sep 17 00:00:00 2001 From: wzgaoyn Date: Fri, 18 Apr 2025 09:46:57 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmerclub-group/src/main/resources/bootstrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmerclub-group/src/main/resources/bootstrap.yml b/tmerclub-group/src/main/resources/bootstrap.yml index f84bbd2..f3e376f 100644 --- a/tmerclub-group/src/main/resources/bootstrap.yml +++ b/tmerclub-group/src/main/resources/bootstrap.yml @@ -27,6 +27,6 @@ logging: dubbo: protocol: port: ${tmerclub_DUBBO_PORT:11114} - host: ${172.23.112.124} + host: 172.23.112.124 application: qos-port: ${tmerclub_DUBBOQOS_PORT:13114} From f78118572ff5fa22b7f8d1e205078f525624bb2c Mon Sep 17 00:00:00 2001 From: wzgaoyn Date: Fri, 18 Apr 2025 09:57:52 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmerclub-search/src/main/resources/bootstrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmerclub-search/src/main/resources/bootstrap.yml b/tmerclub-search/src/main/resources/bootstrap.yml index 3722238..afa5c9d 100644 --- a/tmerclub-search/src/main/resources/bootstrap.yml +++ b/tmerclub-search/src/main/resources/bootstrap.yml @@ -27,6 +27,6 @@ logging: dubbo: protocol: port: ${tmerclub_DUBBO_PORT:11108} - host: ${spring.cloud.nacos.discovery.ip} + host: 172.23.112.124 application: qos-port: ${tmerclub_DUBBOQOS_PORT:13108}