Files
spring-data-rest/README.md
2013-03-06 10:20:07 -06:00

16 lines
774 B
Markdown

# Spring Data Web Exporter
The goal of the project is to provide a flexible and configurable mechanism for writing simple services that can be exposed over HTTP.
The first exporter implemented is a JPA Repository exporter. This takes your JPA repositories and front-ends them with HTTP, allowing you full CRUD capability over your entities, to include managing associations.
### Installation
Installation instructions are in the docs:
* [http://static.springsource.org/autorepo/docs/spring-data-rest/1.1.0.BUILD-SNAPSHOT/reference/htmlsingle/](http://static.springsource.org/autorepo/docs/spring-data-rest/1.1.0.BUILD-SNAPSHOT/reference/htmlsingle/)
### License
The Spring Data REST Exporter is [Apache 2.0 licensed](http://www.apache.org/licenses/LICENSE-2.0.html).