From f351277b73601c5c34928378f544637325af5170 Mon Sep 17 00:00:00 2001 From: litianxiang Date: Mon, 4 May 2026 10:27:20 +0800 Subject: [PATCH] =?UTF-8?q?nacos=E6=B3=A8=E5=86=8C=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/bootstrap.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/bootstrap.yml b/src/main/resources/bootstrap.yml index 8921cb72..cbf0632e 100644 --- a/src/main/resources/bootstrap.yml +++ b/src/main/resources/bootstrap.yml @@ -22,10 +22,10 @@ spring: namespace: ${nacos.namespace} username: ${nacos.username} password: ${nacos.password} - ip: 18.167.251.121 +# ip: 18.167.251.121 port: 10092 - ip-type: ipv4 - prefer-ip-address: true +# ip-type: ipv4 +# prefer-ip-address: true config: server-addr: ${nacos.host} namespace: ${nacos.namespace}