去除动态数据库切换

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.streamProxy.service.impl;
import com.baomidou.dynamic.datasource.annotation.DS;
import com.genersoft.iot.vmp.common.StreamInfo;
import com.genersoft.iot.vmp.conf.exception.ControllerException;
import com.genersoft.iot.vmp.media.bean.MediaServer;
@@ -20,7 +19,6 @@ import org.springframework.util.ObjectUtils;
*/
@Slf4j
@Service
@DS("master")
public class StreamProxyPlayServiceImpl implements IStreamProxyPlayService {
@Autowired

View File

@@ -1,7 +1,6 @@
package com.genersoft.iot.vmp.streamProxy.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;
@@ -47,7 +46,6 @@ import java.util.Map;
*/
@Slf4j
@Service
@DS("master")
public class StreamProxyServiceImpl implements IStreamProxyService {
@Autowired