From 2fd5fe5c4a302963b06f384e76de677d02b211d9 Mon Sep 17 00:00:00 2001 From: maojian <550076202@qq.com> Date: Thu, 20 Feb 2025 16:00:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=B8=B4=E6=97=B6=E6=96=87=E4=BB=B6=E5=AD=98=E5=82=A8?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index a78dd3c..8204f1f 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -97,4 +97,6 @@ threadPool: corePoolSize: 5 maximumPoolSize: 20 keepAliveTime: 60 - queueSize: 100 \ No newline at end of file + queueSize: 100 +file: + path-prefix: ../file/ \ No newline at end of file