b3290c190cd7fe79b8c26ef920d50b04ef362013
This makes it easier to integrate the RepositoryRestController into an existing Spring MVC application because all you have to do is include the RepositoryRestMvcConfiguration JavaConfig bean into your existing application. Also included some changes to the way views are resolved so that only views starting with "org.springframework.data.rest" will be recognized as our own special views.
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 wiki.
License
The Spring Data REST Exporter is Apache 2.0 licensed.
Description
Languages
Java
99.7%
JavaScript
0.3%