Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ghillert/coherence-hibernate-demo2

Simple Coherence Hibernate Demo
https://github.com/ghillert/coherence-hibernate-demo2

Last synced: about 4 hours ago
JSON representation

Simple Coherence Hibernate Demo

Awesome Lists containing this project

README

        

= 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'
```