springboot设置文件上传大小,默认是1mb

springboot默认文件大小的限制是1MB,超过1MB会出现这个错误:org.springframework.web.multipart.MultipartException。 通过设置application.yml文件属性更改文件大小限制如图: spring: servlet: multipart: enabled: true #是否启用http上传处理
相关文章
相关标签/搜索