OPI Blog
Learn from experts in their fields

Browsing Tags: HATEAOS

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 ...