Class MultipartAutoConfiguration

java.lang.Object
org.springframework.boot.servlet.autoconfigure.MultipartAutoConfiguration

Auto-configuration for multipart uploads. Adds a StandardServletMultipartResolver if none is present, and adds a multipartConfigElement if none is otherwise defined.

The MultipartConfigElement is a Servlet API that's used to configure how the server handles file uploads.

Since:
4.0.0
Author:
Greg Turnquist, Josh Long, Toshiaki Maki, Yanming Zhou