Start Documentation
Issue gh-41
This commit is contained in:
@@ -24,11 +24,11 @@ import org.springframework.session.data.redis.config.annotation.web.http.EnableR
|
||||
* @author Rob Winch
|
||||
*/
|
||||
@Configuration
|
||||
@EnableRedisHttpSession
|
||||
@EnableRedisHttpSession // <1>
|
||||
public class HttpSessionConfig {
|
||||
|
||||
@Bean
|
||||
public JedisConnectionFactory connectionFactory() {
|
||||
return new JedisConnectionFactory();
|
||||
return new JedisConnectionFactory(); // <2>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user