mattbertolini / spring-annotated-web-data-binder

Bind query params, form data, headers, cookies, session data, and more to a Java bean in Spring MVC and Spring WebFlux
Apache License 2.0
27 stars 4 forks source link

Basic Multipart support in Spring MVC #3

Closed mattbertolini closed 3 years ago

mattbertolini commented 3 years ago

Basic support for MultipartFile and Servlet API Part interfaces on the @RequestParameter and @FormParameter annotations.

This is to support the request in #2

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

88.2% 88.2% Coverage
0.0% 0.0% Duplication