Spring Boot 文件大小上传限制
Jihongchang(讨论 | 贡献)2023年2月2日 (四) 09:34的版本
spring:
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
org.springframework.boot.autoconfigure.web.servlet.MultipartProperties.java
来自 spring-boot-autoconfigure-x.x.x.RELEASE.jar