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 109a1e70d8
commit b04246246b

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"
}