去除动态数据库切换

This commit is contained in:
648540858
2024-12-06 17:11:22 +08:00
parent 5bbd461d88
commit 5777a8e93c
18 changed files with 2 additions and 42 deletions

View File

@@ -1,6 +1,5 @@
package com.genersoft.iot.vmp.streamPush.service.impl;
import com.baomidou.dynamic.datasource.annotation.DS;
import com.genersoft.iot.vmp.common.StreamInfo;
import com.genersoft.iot.vmp.conf.DynamicTask;
import com.genersoft.iot.vmp.conf.UserSetting;
@@ -25,7 +24,6 @@ import java.util.UUID;
@Service
@Slf4j
@DS("master")
public class StreamPushPlayServiceImpl implements IStreamPushPlayService {
@Autowired

View File

@@ -1,7 +1,6 @@
package com.genersoft.iot.vmp.streamPush.service.impl;
import com.alibaba.fastjson2.JSONObject;
import com.baomidou.dynamic.datasource.annotation.DS;
import com.genersoft.iot.vmp.common.StreamInfo;
import com.genersoft.iot.vmp.conf.UserSetting;
import com.genersoft.iot.vmp.conf.exception.ControllerException;
@@ -41,7 +40,6 @@ import java.util.*;
@Service
@Slf4j
@DS("master")
public class StreamPushServiceImpl implements IStreamPushService {
@Autowired