Jon Brisbin df3b60ba41 Changed the way baseUri is calculated. Changed tests to accommodate new method signatures, fix failing tests.
* Added a configuration property to `RepositoryRestConfiguration` for deployments behind a proxy which do not know the external URL to use as the baseUri for links.
* Changed the way the baseUri is injected into the controller by introducing a `BaseUriMethodArgumentResolver` to inject the proper baseUri (either the one from the configuration, or the one from the request if that's not specified).
2012-10-01 09:52:46 -05:00
2012-09-27 15:54:17 -05:00
2012-08-15 14:24:44 -05:00
2012-08-15 14:24:44 -05:00
2012-03-08 15:57:24 -06:00
2012-08-08 11:12:51 +03:00

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
No description provided
Readme 15 MiB
Languages
Java 99.7%
JavaScript 0.3%