|
@@ -1,7 +1,6 @@
|
|
|
package com.example.opc_da.service.impl;
|
|
|
|
|
|
import cn.hutool.core.convert.Convert;
|
|
|
-import cn.hutool.http.HttpUtil;
|
|
|
import cn.hutool.json.JSONArray;
|
|
|
import cn.hutool.json.JSONObject;
|
|
|
import cn.hutool.json.JSONUtil;
|
|
@@ -13,7 +12,6 @@ import com.example.opc_common.util.Result;
|
|
|
import com.example.opc_da.dao.CollectorDao;
|
|
|
import com.example.opc_da.dao.InFluxDBDao;
|
|
|
import com.example.opc_da.service.CollectorService;
|
|
|
-import com.sun.org.apache.xpath.internal.operations.Bool;
|
|
|
import lombok.RequiredArgsConstructor;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
import org.springframework.stereotype.Service;
|