@ConditionalOnProperty(value="genie.redis.enabled")
@Import(value=org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.class)
@EnableRedisHttpSession
public class HttpSessionConfig
extends java.lang.Object
Constructor and Description |
---|
HttpSessionConfig() |
Modifier and Type | Method and Description |
---|---|
void |
postConstruct()
Log out that Redis based HTTP Session storage is enabled.
|