Spring Data REST
3.7.2Spring Data REST is part of the umbrella Spring Data project and makes it easy to build hypermedia-driven REST web services on top of Spring Data repositories.
Spring Data REST builds on top of Spring Data repositories, analyzes your application’s domain model and exposes hypermedia-driven HTTP resources for aggregates contained in the model.
Features
-
Exposes a discoverable REST API for your domain model using HAL as media type.
-
Exposes collection, item and association resources representing your model.
-
Supports pagination via navigational links.
-
Allows to dynamically filter collection resources.
-
Exposes dedicated search resources for query methods defined in your repositories.
-
Allows to hook into the handling of REST requests by handling Spring
ApplicationEvents
. -
Exposes metadata about the model discovered as ALPS and JSON Schema.
-
Allows to define client specific representations through projections.
-
Ships a customized variant of the HAL Explorer to leverage the exposed metadata.
-
Currently supports JPA, MongoDB, Neo4j, Solr, Cassandra, Gemfire.
-
Allows advanced customizations of the default resources exposed.
Quickstart Your Project
Documentation
3.7.2 CURRENT GA | Reference Doc. | API Doc. |
4.0.0-SNAPSHOT SNAPSHOT | ||
4.0.0-M5 PRE | Reference Doc. | API Doc. |
3.7.3-SNAPSHOT SNAPSHOT | ||
3.6.7-SNAPSHOT SNAPSHOT | ||
3.6.6 GA | Reference Doc. | API Doc. |
3.5.12-SNAPSHOT SNAPSHOT | ||
3.5.11 GA | Reference Doc. | API Doc. |
Branch | Initial Release | End of Support | End Commercial Support * |
---|---|---|---|
3.7.x
|
2022-05-13 | 2023-05-13 | 2024-09-13 |
3.6.x
|
2021-11-12 | 2022-11-12 | 2024-03-12 |
3.5.x
|
2021-04-14 | 2022-04-14 | 2023-08-14 |
3.4.x
|
2020-10-28 | 2021-10-28 | 2023-02-28 |
3.3.x
|
2020-05-12 | 2021-05-12 | 2022-09-12 |
3.2.x
|
2019-09-30 | 2020-09-30 | 2022-01-30 |
3.1.x
|
2018-09-21 | 2019-09-21 | 2021-01-21 |
OSS support
Free security updates and bugfixes with support from the Spring community. See VMware Tanzu OSS support policy.
Commercial support
Business support from Spring experts during the OSS timeline, plus extended support after OSS End-Of-Life.
Publicly available releases for critical bugfixes and security issues when requested by customers.
Future release
Generation not yet released, timeline is subject to changes.