HikVideoUtil加上@Component
This commit is contained in:
parent
328bc4b0d5
commit
f40cee4848
@ -15,6 +15,7 @@ import com.zhgd.jeecg.common.util.JSONUtil;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.springframework.beans.factory.annotation.Value;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
@ -25,6 +26,7 @@ import java.util.*;
|
||||
* @create: 2020-11-20 10:18
|
||||
**/
|
||||
@Slf4j
|
||||
@Component
|
||||
public class HikVideoUtil {
|
||||
private static String replaceWssFrom;
|
||||
private static String replaceWssTo;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user