From d9843d2d6f9248d53fd87616658889d2f264cab0 Mon Sep 17 00:00:00 2001 From: HaojunRen <1394997@qq.com> Date: Mon, 1 Feb 2021 11:07:58 +0800 Subject: [PATCH] Bump version to 6.6.0 --- .../src/main/resources/bootstrap.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discovery-springcloud-examples/discovery-springcloud-example-zuul/src/main/resources/bootstrap.properties b/discovery-springcloud-examples/discovery-springcloud-example-zuul/src/main/resources/bootstrap.properties index ae6e14fdba..af5030af6f 100644 --- a/discovery-springcloud-examples/discovery-springcloud-example-zuul/src/main/resources/bootstrap.properties +++ b/discovery-springcloud-examples/discovery-springcloud-example-zuul/src/main/resources/bootstrap.properties @@ -86,7 +86,7 @@ management.endpoint.health.show-details=ALWAYS # Spring boot admin config spring.boot.admin.client.instance.prefer-ip=true -spring.boot.admin.client.url=http://localhost:5555 +spring.boot.admin.client.url=http://localhost:9728 # Plugin core config # 开启和关闭服务注册层面的控制。一旦关闭,服务注册的黑/白名单过滤功能将失效,最大注册数的限制过滤功能将失效。缺失则默认为true