I've create this project to learn about Spring Boot by doing!
In order to generate a Docker Image just run the command below:
./mvnw spring-boot:build-image -Dspring-boot.build-image.imageName=edysegura/springboot-restful
docker run -p 8080:8080 edysegura/springboot-restful