Add support for configuring Redis session cleanup cron

This commit is contained in:
Vedran Pavic
2017-10-27 13:20:59 +02:00
committed by Rob Winch
parent 9ea1fb9af1
commit 7e26897ec2
7 changed files with 115 additions and 135 deletions

View File

@@ -20,9 +20,3 @@ dependencies {
integrationTestCompile seleniumDependencies
integrationTestCompile "org.testcontainers:testcontainers"
}
integrationTest {
doFirst {
systemProperties['spring.session.redis.namespace'] = project.name
}
}