Add support for configuring Redis session cleanup cron
This commit is contained in:
@@ -20,9 +20,3 @@ dependencies {
|
||||
integrationTestCompile seleniumDependencies
|
||||
integrationTestCompile "org.testcontainers:testcontainers"
|
||||
}
|
||||
|
||||
integrationTest {
|
||||
doFirst {
|
||||
systemProperties['spring.session.redis.namespace'] = project.name
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user