From be099080ade12610fc9a223b30f57e7fd95aca0c Mon Sep 17 00:00:00 2001 From: dimengzhe Date: Mon, 6 May 2024 13:35:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=82=A8=E5=BE=AE=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-wms-biz/src/main/resources/application-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yxt-wms-biz/src/main/resources/application-dev.yml b/yxt-wms-biz/src/main/resources/application-dev.yml index ac0d002f42..ef8198ad10 100644 --- a/yxt-wms-biz/src/main/resources/application-dev.yml +++ b/yxt-wms-biz/src/main/resources/application-dev.yml @@ -25,6 +25,6 @@ spring: timeout: 0 # 连接超时时间(毫秒) image: upload: - path: D:\\anrui\\upload\\ + path: D:\anrui\upload\ url: prefix: http://192.168.1.106:8111/upload/ \ No newline at end of file