A file upload web site with Spring Boot
https://fileupload-springboot.herokuapp.com/
mvn compile
mvn spring-boot:run
./mvnw package && java -jar target/fileupload-springboot-0.1.0.jar
docker build -t codeyu/fileupload-springboot .
docker run --rm -it -p 8080:8080 codeyu/fileupload-springboot:latest