Skip to content

vineet68sharma/SpringbootJava-deolyment-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

run on your local mach

$ mvn clean package exec:java

run on docker

docker-compose up -d

create new person

curl -H "Content-Type: application/json" -X POST -d "{"first": "DevOps","last": "KOÇ","dateofbirth": 381110400000,"placeofbirth": "India"}" "http://192.168.99.100:8080/people"

list existing people in the database

curl -H "Content-Type: application/json" -X GET "http://192.168.99.100:8080/people"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published