From 39535538fafafbc84b416e982d979792cf894a76 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 7 Aug 2020 15:04:06 -0700 Subject: [PATCH] Set 'spring.data.gemfire.management.use-http' property to 'false'. --- .../actuator/src/main/resources/application-client.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-geode-samples/boot/actuator/src/main/resources/application-client.properties b/spring-geode-samples/boot/actuator/src/main/resources/application-client.properties index 0f89c4b8..43a02c3f 100644 --- a/spring-geode-samples/boot/actuator/src/main/resources/application-client.properties +++ b/spring-geode-samples/boot/actuator/src/main/resources/application-client.properties @@ -1,3 +1,4 @@ # Temperature Service client application configuration properties server.port=9191 +spring.data.gemfire.management.use-http=false