An open API service indexing awesome lists of open source software.

https://github.com/alainpham/rest-service

simple rest service using spring boot for microservice oriented projects
https://github.com/alainpham/rest-service

Last synced: 3 months ago
JSON representation

simple rest service using spring boot for microservice oriented projects

Awesome Lists containing this project

README

        

QUICKSTART JSON RESTFUL MICROSERVICE WITH SPRING-BOOT
=========================================
This is a simple projec illustrating how to create a RESTful microservice from scratch using Spring-Boot.

Detailed steps to create this project can be found here :
https://alainpham.github.io/posts/quickstart-rest-microservice-with-spring-boot/

To run this project :

mvn spring-boot:run

or

mvn package
java -jar target/rest-service-0.0.1-SNAPSHOT.jar