I\'m developing application based on Spring Boot and AngularJS using JHipster. My question is how to set max size of uploading files?
If I\'m trying
To avoid this exception you can take help of VM arguments just as I used in Spring 1.5.8.RELEASE:
-Dspring.http.multipart.maxFileSize=70Mb -Dspring.http.multipart.maxRequestSize=70Mb