edysegura / springboot-restful

A simple project to demonstrate on how to create RESTful APIs with Spring Boot 2
MIT License
0 stars 1 forks source link
java javaee rest-api restful spring-boot

Spring Boot RESTful

I've create this project to learn about Spring Boot by doing!

Docker Image

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

Instruction

docker run -p 8080:8080 edysegura/springboot-restful

References