I\'m using Spring Boot for my application, and I want to upload some files into my database. I used a tutorial to achive this, and it works fine. My problem is that I don\'
This configuration worked for me:
spring.servlet.multipart.max-file-size=10MB spring.servlet.multipart.max-request-size=10MB