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