Spring Boot upload feature doesn't work in production while running on Docker Spring Boot upload feature doesn't work in production while running on Docker docker docker

Spring Boot upload feature doesn't work in production while running on Docker


I finally find out how to fix my upload issue.

I had to configure MultipartConfigElement @Bean with "/upload" which is the endpoint of my UploadController.