重构28181信令结构,解决循环依赖导致的无法直接注入
This commit is contained in:
@@ -16,7 +16,7 @@ import redis.clients.jedis.JedisPool;
|
||||
import redis.clients.jedis.JedisPoolConfig;
|
||||
|
||||
/**
|
||||
* @Description:Redis中间件配置类,使用spring-data-redis集成,自动从application.yml中加载redis配置
|
||||
* @description:Redis中间件配置类,使用spring-data-redis集成,自动从application.yml中加载redis配置
|
||||
* @author: swwheihei
|
||||
* @date: 2019年5月30日 上午10:58:25
|
||||
*
|
||||
|
||||
@@ -32,5 +32,7 @@ public class SipDeviceRunner implements CommandLineRunner {
|
||||
for (String deviceId : onlineForAll) {
|
||||
storager.online(deviceId);
|
||||
}
|
||||
|
||||
// TODO 查询在线设备那些开启了订阅,为设备开启定时的目录订阅
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ import org.springframework.beans.factory.annotation.Value;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
/**
|
||||
* @Description: 获取数据库配置
|
||||
* @description: 获取数据库配置
|
||||
* @author: swwheihei
|
||||
* @date: 2020年5月6日 下午2:46:00
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user