jabrena / SpringCloudLab

SpringCloud examples
MIT License
0 stars 1 forks source link

Test REST routes with Curl #34

Closed jabrena closed 8 years ago

jabrena commented 8 years ago
curl -d '{"key1":"value1"}'  -H "Content-Type: application/json" http://localhost:3000/v1/route2/
curl -d '{"key1":"value1"}'  -H "Content-Type: application/json" http://localhost:3001/v1/route2/