Skip to content

avarunroyal/static-products

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

static-products

Simple products microservice which does GET operation with static products list

Create docker image of products microservice and push to docker repository

$ mvn clean install
$ docker push devopsvarun/products:0.0.1-SNAPSHOT

RUN products microservice as docker container

$ docker run -p 8080:8080 devopsvarun/products:0.0.1-SNAPSHOT

EXECUTE GET operations on postman

http://localhost:8080/products (GET)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published