Spring Data REST Tutorial: Developing RESTful APIs with Ease
In this article, you will learn how to develop REST APIs with ease by using Spring Data REST and Spring Boot together. Throughout the article, you will scaffold a new Spring Boot application, create a JPA entity, and use Spring Data REST to provide some basic operations over it. Besides that, you will also learn how to validate the data your API is dealing with and how to secure the application.
Read more at: https://auth0.com/blog/spring-data-rest-developing-rest-apis-with-ease/