src/main/java/com/genersoft/iot/vmp/conf/RedisConfig.java
@@ -13,7 +13,7 @@ /** * @Description:Redis中间件配置类,使用spring-data-redis集成,自动从application.yml中加载redis配置 * @author: songww * @author: swwheihei * @date: 2019年5月30日 上午10:58:25 * */ @@ -43,7 +43,6 @@ * 通过反射技术调用消息订阅处理器的相关方法进行一些业务处理 * * @param connectionFactory * @param listenerAdapter * @return */ @Bean