From f537ec0588be11a741ca244efcbcd5e845661dc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E5=88=9A?= <53732908@qq.com> Date: Wed, 12 Feb 2025 15:14:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A8=A1=E5=9E=8B=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=96=87=E4=BB=B6=E7=9B=AE=E5=BD=95=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=20model.uploadDir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.properties | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ddp/ddp-manager-web/src/main/resources/application.properties b/ddp/ddp-manager-web/src/main/resources/application.properties index 6f60cc8..bf6f2c3 100644 --- a/ddp/ddp-manager-web/src/main/resources/application.properties +++ b/ddp/ddp-manager-web/src/main/resources/application.properties @@ -61,4 +61,8 @@ monitor.data.storage.type=mysql switch.use.cache=off switch.canal.cache=off canal.hostname=127.0.0.1 -canal.port=11111 \ No newline at end of file +canal.port=11111 + +model.uploadDir=/tmp/model/upload/ + +