com.soento.redis.config.SessionConfig Maven / Gradle / Ivy
package com.soento.redis.config;
import org.springframework.session.data.redis.config.annotation.web.http.EnableRedisHttpSession;
/**
* 开启session共享
*
* @author soento
*/
@EnableRedisHttpSession
public class SessionConfig {
}