Correct 'spring.data.gemfire.cache.server.host' property; remove extra dot between 'server' and 'host'.

This commit is contained in:
John Blum
2018-08-15 13:53:22 -07:00
parent 11b74a0145
commit 4708d9bf6d

View File

@@ -1,2 +1,2 @@
spring.data.gemfire.cache.server..host=localhost
spring.data.gemfire.cache.server.host=localhost
spring.data.gemfire.cache.server.port=42424