From 08bba25410cd84bd8f95d073b8f4f07ca74ea154 Mon Sep 17 00:00:00 2001 From: han0 Date: Mon, 14 Oct 2024 09:50:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E9=A2=84=E6=B5=8B=E6=96=87=E4=BB=B6=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 4409f30..f60d2d5 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -19,4 +19,7 @@ main: api: host: - data-tool: http://192.168.1.3:7778 \ No newline at end of file + data-tool: http://192.168.1.3:7778 + +path: + predict-file-dir: /files/predict/ \ No newline at end of file