mmuruev / product-service

Product Service (REST+JSON)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Product Service (REST + JSON)

Build the web service:

mvn clean package

Start the web service in target folder on port 8080:

java -jar target/product-service-1.0-SNAPSHOT.jar

Use the web service in browser:

http://localhost:8080/

About

Product Service (REST+JSON)