Task: Add spring session and redis data for externalized session
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.cubetiqs.fusion.config
|
||||
|
||||
import org.springframework.context.annotation.Configuration
|
||||
import org.springframework.session.data.redis.config.annotation.web.http.EnableRedisHttpSession
|
||||
|
||||
@Configuration
|
||||
@EnableRedisHttpSession
|
||||
class SessionConfig
|
||||
@@ -6,6 +6,9 @@ logging:
|
||||
org.atmosphere: warn
|
||||
|
||||
spring:
|
||||
session:
|
||||
store-type: redis
|
||||
|
||||
mustache:
|
||||
check-template-location: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user