|
@@ -0,0 +1,14 @@
|
|
|
|
+//package cn.hfln.framework.gateway;
|
|
|
|
+//
|
|
|
|
+//import org.springframework.context.annotation.Bean;
|
|
|
|
+//import org.springframework.context.annotation.Configuration;
|
|
|
|
+//import org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory;
|
|
|
|
+//import org.springframework.data.redis.connection.RedisConnectionFactory;
|
|
|
|
+//
|
|
|
|
+//@Configuration
|
|
|
|
+//public class RedisFactoryConfig {
|
|
|
|
+// @Bean
|
|
|
|
+// public RedisConnectionFactory redisConnectionFactory() {
|
|
|
|
+// return new LettuceConnectionFactory();
|
|
|
|
+// }
|
|
|
|
+//}
|