在springboot2.0上面配置上传文件大小
1、application.properties
spring.servlet.multipart.max-file-size=50Mb
spring.servlet.multipart.max-request-size=200Mb
2、application.yml
spring:
servlet:
multipart:
enabled: true
max-file-size: 20MB
max-request-size: 200MB
相关文章
- 12-22HTTP上传大文件的节点配置
- 12-22【手写笔记】服务器上配置环境+nginx启动+配置安全组+测试html+wget+爬虫+上传文件scp+rsync+网页+更改域名+看自己的ip+爬虫项目+asca+shell编程+
- 12-22关于springboot中文件上传,properties配置
- 12-22SpringBoot中整合freemarker时配置文件application.properties示例代码
- 12-22Springboot2拦截器与文件上传
- 12-22一、虚拟环境.二、路由配置主页与404.三、2.x路由分发.四、伪静态.五、request对象.六、FBV与CBV.七、文件上传.
- 12-22springboot配置文件application-dev.properties,application-prod.properties,application-test.properties
- 12-22application.xml中配置文件properties导入
- 12-22Spring Boot 配置文件application.properties
- 12-22SpringBoot-技术专区-application配置文件详解