docker run -d -p 9411:9411 openzipkin/zipkin
cd into api-gateway, customer-service, credit-report-service one by one and run
mvn spring-boot:run
mvn clean package
docker-compose up -d
curl --location 'http://localhost:8081/api/v1/customer' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"firstName": "string",
"lastName": "string",
"email": "string",
"social": 0,
"fraudDetected": true,
"creditScore": 0
}'
Or, you could add the customer from the swagger ui interface