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