From c3beac955b2dc4a7a60def4609fc8d267198344c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E5=A2=9F?= <1464568770@qq.com> Date: Tue, 26 Mar 2024 14:47:59 +0000 Subject: [PATCH] update config-client.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 神墟 <1464568770@qq.com> --- config-client.yml | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/config-client.yml b/config-client.yml index aba7d81..145f54d 100644 --- a/config-client.yml +++ b/config-client.yml @@ -1,5 +1,22 @@ -info: - profile: default - from: git1 - -test: bbb \ No newline at end of file +server: + port: 8764 +spring: + application: + name: eurekaclient + rabbitmq: + host: localhost + port: 5672 + username: guest + password: guest + zipkin: + base-url: http://localhost:9411 + sender: + type: web + sleuth: + sampler: + probability : 1 +management: + endpoints: + web: + exposure: + include: refresh,health,info,bus-refresh -- Gitee