From 8d60fa00e4fab98dd94b72399f09c76df2b9efc8 Mon Sep 17 00:00:00 2001 From: divenswu Date: Thu, 13 Apr 2023 10:46:05 +0800 Subject: [PATCH] =?UTF-8?q?[update]:=E9=98=B2=E6=AD=A2=E7=94=B1=E4=BA=8E?= =?UTF-8?q?=E8=BD=A6=E7=89=8C=E5=8D=A0=E7=94=A8=E5=A4=A7=EF=BC=8C=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E6=A3=80=E6=B5=8B=E6=A8=A1=E5=9E=8B=E8=AF=86=E5=88=AB?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=20=E7=9A=84=E6=B5=8B=E8=AF=95=E7=94=A8?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/visual/open/anpr/exps/PlateRecognitionExample.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-anpr-test/src/main/java/com/visual/open/anpr/exps/PlateRecognitionExample.java b/open-anpr-test/src/main/java/com/visual/open/anpr/exps/PlateRecognitionExample.java index c01d98d..2797686 100755 --- a/open-anpr-test/src/main/java/com/visual/open/anpr/exps/PlateRecognitionExample.java +++ b/open-anpr-test/src/main/java/com/visual/open/anpr/exps/PlateRecognitionExample.java @@ -17,7 +17,7 @@ public class PlateRecognitionExample { //本地开发模式 public static String serverHost = "http://127.0.0.1:8080"; //docker部署模式 -// public static String serverHost = "http://127.0.0.1:56790"; + //public static String serverHost = "http://127.0.0.1:56790"; //远程测试服务 //public static String serverHost = "http://open-anpr.diven.nat300.top";