From fa6b887ed2cc78ca940fb647743e3329d8223709 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 27 May 2024 08:34:20 +0800 Subject: [PATCH] =?UTF-8?q?file.uploadPath=20=E5=A2=9E=E5=8A=A0=20{bizType?= =?UTF-8?q?}=20=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/core/src/main/resources/config/jeesite-core.yml | 2 +- web-api/src/main/resources/config/application.yml | 2 +- web/src/main/resources/config/application.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index f94624e6..f6aea589 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -695,7 +695,7 @@ file: # 文件上传根路径,设置路径中不允许包含“userfiles”,在指定目录中系统会自动创建userfiles目录,如果不设置默认为contextPath路径 #baseDir: D:/jeesite - # 上传文件的相对路径(支持:yyyy, MM, dd, HH, mm, ss, E) + # 上传文件的相对路径(支持:yyyy、MM、dd、HH、mm、ss、E、bizType) uploadPath: '{yyyy}{MM}/' # 上传单个文件最大字节(500M),在这之上还有 > Tomcat限制 > Nginx限制,等,此设置会覆盖 spring.http.multipart.maxFileSize 设置 diff --git a/web-api/src/main/resources/config/application.yml b/web-api/src/main/resources/config/application.yml index 9e569d53..fa43b018 100644 --- a/web-api/src/main/resources/config/application.yml +++ b/web-api/src/main/resources/config/application.yml @@ -839,7 +839,7 @@ file: # # 文件上传根路径,设置路径中不允许包含“userfiles”,在指定目录中系统会自动创建userfiles目录,如果不设置默认为contextPath路径 # #baseDir: D:/jeesite # -# # 上传文件的相对路径(支持:yyyy, MM, dd, HH, mm, ss, E) +# # 上传文件的相对路径(支持:yyyy、MM、dd、HH、mm、ss、E、bizType) # uploadPath: '{yyyy}{MM}/' # # # 上传单个文件最大字节(500M),在这之上还有 > Tomcat限制 > Nginx限制,等,此设置会覆盖 spring.http.multipart.maxFileSize 设置 diff --git a/web/src/main/resources/config/application.yml b/web/src/main/resources/config/application.yml index b168d505..d406c740 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -839,7 +839,7 @@ file: # # 文件上传根路径,设置路径中不允许包含“userfiles”,在指定目录中系统会自动创建userfiles目录,如果不设置默认为contextPath路径 # #baseDir: D:/jeesite # -# # 上传文件的相对路径(支持:yyyy, MM, dd, HH, mm, ss, E) +# # 上传文件的相对路径(支持:yyyy、MM、dd、HH、mm、ss、E、bizType) # uploadPath: '{yyyy}{MM}/' # # # 上传单个文件最大字节(500M),在这之上还有 > Tomcat限制 > Nginx限制,等,此设置会覆盖 spring.http.multipart.maxFileSize 设置