gsathishkumar / ddd-customer-service

customer microservice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#run main class using following command on terminal gradle run

Request

{ "addressRequest": { "city": "pune" } }

curl --location --request POST 'http://localhost:8080/customers'
--header 'Content-Type: application/json'
--data-raw '{
"addressRequest" :{ "city": "pune" }

}'

curl --location --request PUT 'http://localhost:8080/customers/874ba8f1-79c7-4e8c-b313-3d9cd1991892/accounts'
--header 'Content-Type: application/json'
--data-raw '{

}'

curl --location --request PUT 'http://localhost:8080/customers/53b0c526-4318-44b5-8b38-b1dc0d9d1814/address'
--header 'Content-Type: application/json'
--data-raw '{ "city": "mumbai" }'

About

customer microservice


Languages

Language:Java 100.0%