I\'ve got a fairly simple Spring Boot web application, I have a single HTML page with a form with enctype=\"multipart/form-data\". I\'m getting this error:
enctype=\"multipart/form-data\"
For me this worked in yaml
spring: profiles: .... application: name:"...." http: multipart: max-file-size: 2147483648 max-request-size: 2147483648