I have a controller with a MultipartConfig annotation (a snippet of which is show below):
MultipartConfig
@RestController @RequestMapping(\"packages\") @MultipartCo
For Spring Boot v2+ add the following to the application.properties:
spring.servlet.multipart.max-file-size=10MB spring.servlet.multipart.max-request-size=40MB