From fc0f3bee1d8afa3de703052a39d59caf9fa86b1d Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <773861846@qq.com> Date: Tue, 7 Jun 2022 20:57:06 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=A2=9E=E5=8A=A0=20Spring=20Boot=20Ad?= =?UTF-8?q?min=20=E7=9A=84=20SBA=20Client=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index baf43a2..53924df 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -147,6 +147,11 @@ spring: username: novel # Spring Boot Admin 服务端认证密码 password: novel + instance: + metadata: + # SBA Client + user.name: ${spring.security.user.name} + user.password: ${spring.security.user.password} security: user: name: ENDPOINT_ADMIN