mvn jetty:run
curl http://localhost:8080/fruits
curl -d "name=aFruit" http://localhost:8080/fruits
curl http://localhost:8080/fruits/fruitId
curl -X PUT -d "name=anotherFruit" http://localhost:8080/fruits/fruitId
curl -X DELETE http://localhost:8080/fruits/fruitId