@Configuration @EnableConfigurationProperties(value=org.springframework.boot.autoconfigure.web.ServerProperties.class) @EnableRedisHttpSession(redisFlushMode=IMMEDIATE) public class SessionConfiguration extends Object
| 构造器和说明 |
|---|
SessionConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.session.data.redis.config.ConfigureRedisAction |
configureRedisAction() |
org.springframework.session.web.http.CookieSerializer |
cookieSerializer(org.springframework.boot.autoconfigure.web.ServerProperties serverProperties) |
@Bean @ConditionalOnMissingBean public org.springframework.session.web.http.CookieSerializer cookieSerializer(org.springframework.boot.autoconfigure.web.ServerProperties serverProperties)
@Bean public org.springframework.session.data.redis.config.ConfigureRedisAction configureRedisAction()
Copyright © 2024. All rights reserved.