Skip to content

dursunkoc/springbootjdbcondocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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": "Mustafa","last": "KOÇ","dateofbirth": 381110400000,"placeofbirth": "Erzincan"}" "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