美文网首页
springboot 配置文件中 multipart.max-f

springboot 配置文件中 multipart.max-f

作者: Json____ | 来源:发表于2025-03-13 14:15 被阅读0次

由于springboot具有几个版本,不同版本对于文件上传最大限制的配置也有所不同。

所以要注意springboot本身的版本,不然会一直报错

在springboot1.3版本中:

multipart.maxFileSize

在springboot1.4与springboot1.5版本中:

spring.http.multipart.max-file-size

在springboot2.0版本中:

spring.servlet.multipart.max-file-size

相关文章

网友评论

      本文标题:springboot 配置文件中 multipart.max-f

      本文链接:https://www.haomeiwen.com/subject/cinvmjtx.html