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
In spring 2.x . Options have changed slightly. So the above answers are almost correct but not entirely . In your application.properties file , add the following-
spring 2.x
application.properties
spring.servlet.multipart.max-file-size=10MB spring.servlet.multipart.max-request-size=10MB