9acad5d55d6a0ffa7588a7bdbf58760b4950ed4f
Set order of RepositoryRestHandlerMapping to LOWEST_PRECEDENCE - 100 to give core Spring Framework components the chance to hook into the right place in the chain. Refactored RepositoryRestHandlerMapping to really check for the exposed path and added test cases for handler method resolution.
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%