Posts

Showing posts with the label spring data

Spring Boot and Spring Data REST - exposing repositories over REST

Image
Exposing Spring Data repositories over REST is pretty easy with Spring Boot and Spring Data REST. With minimal code one can create REST representations of JPA entities that follow the HATEOAS principle. I decided to re-use Spring PetClinic ’s JPA entities (business layer) as the foundation for this article.