|
|
|
@ -40,7 +40,7 @@ import sun.misc.BASE64Encoder; |
|
|
|
|
@Service |
|
|
|
|
public class SupervisionService { |
|
|
|
|
private static final Logger LOGGER = LoggerFactory.getLogger(SupervisionService.class); |
|
|
|
|
private static final String UNIFIED_REQUEST_URL = "http://127.0.0.1:8080/table-recognition"; //线上路径
|
|
|
|
|
private static final String UNIFIED_REQUEST_URL = "http://127.0.0.1:8081/table-recognition"; //线上路径
|
|
|
|
|
// private static final String UNIFIED_REQUEST_URL = "http://192.168.130.192:8080/table-recognition"; //本地测试路径
|
|
|
|
|
private static final Gson GSON = new Gson(); |
|
|
|
|
private final ReentrantLock lock = new ReentrantLock(); |
|
|
|
|