0.3.0 - 2021-03-24
- Add support for binding
MultipartFile
and Servlet APIPart
objects using@FormParamter
and@RequestParamter
annotations.MultipartFile
andPart
are only for Spring MVC and do not work in Spring WebFlux.
MultipartFile
and Servlet API Part
objects using @FormParamter
and @RequestParamter
MultipartFile
and Part
are only for Spring MVC and do not work in Spring WebFlux.