From 5d6eabe7f167c49fa436eb8ce799a13c249fbfa1 Mon Sep 17 00:00:00 2001 From: MaxKey Date: Thu, 19 Aug 2021 11:50:57 +0800 Subject: [PATCH] Update application-http.properties --- .../src/main/resources/application-http.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxkey-webs/maxkey-web-mgt/src/main/resources/application-http.properties b/maxkey-webs/maxkey-web-mgt/src/main/resources/application-http.properties index ca4761949..44d5d7c9d 100644 --- a/maxkey-webs/maxkey-web-mgt/src/main/resources/application-http.properties +++ b/maxkey-webs/maxkey-web-mgt/src/main/resources/application-http.properties @@ -197,7 +197,7 @@ management.security.enabled=false management.endpoints.web.exposure.include=* management.endpoint.health.show-details=ALWAYS #Spring Boot Admin Client -spring.application.name=maxkey +spring.application.name=maxkey-mgt spring.boot.admin.client.url=http://127.0.0.1:9528 management.health.redis.enabled: false