增加配置获取文件大小限制

This commit is contained in:
季圣华
2021-07-02 21:04:48 +08:00
parent 29b2959bdc
commit aa360938f6
2 changed files with 35 additions and 1 deletions

View File

@@ -27,4 +27,7 @@ plugin.runMode=prod
plugin.pluginPath=plugins
plugin.pluginConfigFilePath=pluginConfig
#文件上传根目录
file.path=/opt/jshERP/upload
file.path=/opt/jshERP/upload
#文件上传限制(byte)
spring.servlet.multipart.max-file-size=10485760
spring.servlet.multipart.max-request-size=10485760