ghillert / coherence-hibernate-demo2

Simple Coherence Hibernate Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

Simple Coherence Hibernate Demo

License:Apache License 2.0


Languages

Language:Java 100.0%