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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user