Company•September 5, 2019
DataStax Spring Boot Starter for the Java Driver | Datastax

curl -d '{"id":1, "description":"i was created by curl"}' -H "Content-Type: application/json" -X POST http://localhost:8080/product/
# retrieve
curl -X GET http://localhost:8080/product/1
# delete
curl -X DELETE http://localhost:8080/product/1
# retrieve - NOT_FOUND
curl -X GET http://localhost:8080/product/1