Skip to content

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

Notifications You must be signed in to change notification settings

colinbut/spring-data-rest-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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