From 7eb590eaa978a1f2fbc7a5d044b5169131a11e4e Mon Sep 17 00:00:00 2001 From: lbw Date: Thu, 28 Jan 2021 15:25:10 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20Introducing=20new=20features.=20#I?= =?UTF-8?q?2NUUE=20spring=20boot=20admin=20nacos=E7=9B=91=E6=8E=A7?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5,=20=E6=98=BE=E7=A4=BA=E4=B8=BB=E6=9C=BA?= =?UTF-8?q?=E5=90=8D=E8=80=8C=E4=B8=8D=E6=98=AFIP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pig-register/src/main/resources/bootstrap.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pig-register/src/main/resources/bootstrap.yml b/pig-register/src/main/resources/bootstrap.yml index b86bf298..326a4740 100755 --- a/pig-register/src/main/resources/bootstrap.yml +++ b/pig-register/src/main/resources/bootstrap.yml @@ -31,6 +31,8 @@ spring: url: http://pig-monitor:5001 username: pig password: pig + instance: + prefer-ip: true application: name: @project.artifactId@ -- GitLab