OPI Blog
Learn from experts in their fields

Browsing Tags: Spring data rest

Mapping JPA entities to external REST resources in spring-data-rest
Quickstart Clone the example project from github and run the following commands: ./gradlew bootRun curl http://localhost:8080/users curl http://localhost:8080/profiles   Great. What does it do? This example Spring Boot project, featuring spring-data-rest, demonstrates how you can ...
ETags and Spring Data REST
ETags are a useful part of HTTP that don’t get a ton of love in our current API-everything world. Luckily, the Spring Data Rest team added support for ETags in their recent 2.3/upcoming 2.3.1 releases ...