https://techblog.woowahan.com/2687/
I followed the techniques outlined in this article.
- docker-compose -f ./docker/docker-compose.yml up -d
- run project
- run curl
curl -X POST http://localhost:8080 \
-H "Content-Type: application/json" \
-d '{
"userId": 123
}'
curl -X GET http://localhost:8080/123