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
- Host: GitHub
- URL: https://github.com/alainpham/rest-service
- Owner: alainpham
- Created: 2017-02-02T17:22:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T17:18:32.000Z (about 8 years ago)
- Last Synced: 2025-01-27T07:42:27.972Z (5 months ago)
- Language: Java
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.txt
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