/coherence-hibernate-demo2

Simple Coherence Hibernate Demo

Primary LanguageJavaApache License 2.0Apache-2.0

Getting Started

REST

curl -X POST http://localhost:8080/api/foo \
-H 'Content-Type: application/json' \
-d '{"name":"bar"}'
curl -X GET http://localhost:8080/api/foo \
-H 'Content-Type: application/json'
curl -X GET http://localhost:8080/api/foo/1 \
-H 'Content-Type: application/json'