This commit is contained in:
swwheihei
2020-07-16 16:10:49 +08:00
parent 29710b7cc1
commit d8eeb70707
44 changed files with 44 additions and 44 deletions

View File

@@ -6,7 +6,7 @@ import com.genersoft.iot.vmp.gb28181.bean.Device;
/**
* @Description:视频设备数据存储接口
* @author: songww
* @author: swwheihei
* @date: 2020年5月6日 下午2:14:31
*/
public interface IVideoManagerStorager {

View File

@@ -8,7 +8,7 @@ import com.genersoft.iot.vmp.conf.VManagerConfig;
/**
* @Description:视频设备数据存储工厂,根据存储策略,返回对应的存储器
* @author: songww
* @author: swwheihei
* @date: 2020年5月6日 下午2:15:16
*/
@Component

View File

@@ -11,7 +11,7 @@ import com.genersoft.iot.vmp.storager.IVideoManagerStorager;
/**
* @Description:视频设备数据存储-jdbc实现
* @author: songww
* @author: swwheihei
* @date: 2020年5月6日 下午2:28:12
*/
@Component("jdbcStorager")

View File

@@ -13,7 +13,7 @@ import com.genersoft.iot.vmp.utils.redis.RedisUtil;
/**
* @Description:视频设备数据存储-redis实现
* @author: songww
* @author: swwheihei
* @date: 2020年5月6日 下午2:31:42
*/
@Component("redisStorager")