Remove 'spring.data.gemfire.management.use-http' property configuration and JVM argument for Boot client.

The 'spring.data.gemfire.management.use-http' property was set in application.properties.
This commit is contained in:
John Blum
2020-08-12 13:41:11 -07:00
parent eb50cde12f
commit b67dd8430e

View File

@@ -31,5 +31,5 @@ bootJar {
bootRun {
main = 'example.app.temp.geode.client.BootGeodeClientApplication'
args "--spring.profiles.active=client", "--spring.data.gemfire.management.use-http=false"
args "--spring.profiles.active=client"
}