7fdeefec528449a60e53c9514076f770b85882e8
ResourceEnricherInvokingHandlerAdapter now has a copy constructor to allow setting it up from a default RequestMappingHandlerAdapter. The reason we introduce this is that WebMvcConfigurationSupport unfortunately does not allow customizing the handler adapter class to be used as its instantiations is buried in a method with more setup code. With the copy constructor introduced one can simply take the configured instance WebMvcConfigurationSupport provides and pipe it into the custom ResourceEnricherInvokingHandlerAdapter.
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%