An open API service indexing awesome lists of open source software.

https://github.com/colinbut/spring-data-rest-example

Example showcasing how to expose Hypermedia RESTful interfaces from Spring Data Repositories
https://github.com/colinbut/spring-data-rest-example

h2 h2-database java java-8 lombok spring-boot spring-data spring-data-jpa spring-data-rest spring-data-rest-hal-browser

Last synced: about 1 month ago
JSON representation

Example showcasing how to expose Hypermedia RESTful interfaces from Spring Data Repositories

Awesome Lists containing this project

README

          

# Spring Data Rest Example

This example demonstrates Spring Data REST.

Spring Data REST project is a combination of __Spring Data JPA__ and __Spring HATEOAS__

## Technologies

- Java 8
- Spring Boot
- Spring Data REST
- Spring Data REST HAL Browser
- Spring Data JPA
- H2
- Lombok