f8e53058f882b91ddfb6bb920ac6d953f35c8381
Removed the need for RepositoryInformationSupport. Refactored Converter implementations to get dependencies injected directly and use constructor injection. Added new RepositoryInvoker abstraction to avoid reflection for known CrudRepository or PagingAndSortingRepository. Refactored existing RepositoryMethodInvoker to implement the new abstraction. Refactored AbstractRepositoryRestController and RepositoryEntityContoller to use new mapping API.
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:
License
The Spring Data REST Exporter is Apache 2.0 licensed.
Description
Languages
Java
99.7%
JavaScript
0.3%