From e4a0a6a69d0471067514cc554df41f9bc5e02a1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Tue, 19 Apr 2022 23:37:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=87=E4=BB=B6=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E4=B8=B4=E6=97=B6=E8=B7=AF=E5=BE=84=E7=9A=84=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-boot/src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jshERP-boot/src/main/resources/application.properties b/jshERP-boot/src/main/resources/application.properties index ad63977a0..f802bea83 100644 --- a/jshERP-boot/src/main/resources/application.properties +++ b/jshERP-boot/src/main/resources/application.properties @@ -28,6 +28,8 @@ plugin.pluginPath=plugins plugin.pluginConfigFilePath=pluginConfig #文件上传根目录 file.path=/opt/jshERP/upload +#文件上传临时路径 +server.tomcat.basedir=/opt/tmp/tomcat #文件上传限制(byte) spring.servlet.multipart.max-file-size=10485760 spring.servlet.multipart.max-request-size=10485760 \ No newline at end of file