Class SessionConfig


  • @Configuration(proxyBeanMethods=false)
    @EnableCaching
    @EnableSpringWebSession
    public class SessionConfig
    extends Object
    • Constructor Detail

      • SessionConfig

        public SessionConfig()
    • Method Detail

      • reactiveSessionRepository

        @ConditionalOnMissingBean
        @Bean
        public org.springframework.session.ReactiveSessionRepository<org.springframework.session.MapSession> reactiveSessionRepository()
      • cacheManager

        @ConditionalOnMissingBean
        @Bean
        public org.springframework.cache.CacheManager cacheManager()