Spring Data REST - Features



  • Exposes RESTful APIs for our domain model

  • Supports pagination through navigational links

  • Provides metadata about the model

  • Provides HAL browser support to leverage exposed data.

  • Supports multiple DataSource such as JPA, Cassandra, MongoDB, Solr, and Neo4j etc.

  • Allows the customization of resource.

Advertisements