Change 'spring.session.data.gemfire.cache.server.port' System property for configuring the GemFire CacheServer port to 'spring.data.gemfire.cache.server.port'.

This commit is contained in:
John Blum
2018-08-21 22:04:54 -07:00
parent 226ec83c0e
commit 0569a8da74

View File

@@ -62,7 +62,7 @@ class GemFireServerPlugin implements Plugin<Project> {
'java', '-server', '-ea', '-classpath', classpath,
//"-Dgemfire.log-file=gemfire-server.log",
"-Dgemfire.log-level=${gemfireLogLevel}",
"-Dspring.session.data.geode.cache.server.port=${port}",
"-Dspring.data.gemfire.cache.server.port=${port}",
mainClassName
]