http://localhost:3000/swagger-ui/index.html
http://localhost:3000/h2-console
curl -X POST http://localhost:3000/cache -H "Content-Type: application/json" -d '{"key": "username", "value": "h2-java"}'curl -X GET http://localhost:3000/cache/1curl -X GET http://localhost:3000/cache/1 -H "accept: application/vnd.javaquasar.v1+json"curl -X GET http://localhost:3000/cache/1 -H "accept: application/vnd.javaquasar.v2+json"