All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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 {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy