Spring DATA REST documentation and a detailed guide to available resource endpoints, HTTP methods, profile and pagination
Spring Data Tutorials
Spring Data is a framework for accessing data persistence layer through a unified interface.
How to Hide Spring Data Repository Methods
Detailed guide on How to hide a specific Spring data repository query methods. Also covers an example of creating a read-only repository.
Convert Entity To DTO In Spring REST API
A tutorial on How to Entity to DTO Conversion and DTO to Entity Conversion in a Spring REST API manually as well as by using Model Mapper.
Unit Tests for Spring Data JDBC Repositories
A Unit Testing Guide for Spring Data JDBC Repositories and Entities. Covers examples of using TestNG or JUnit to unit test Spring Data JDBC
Spring Data JDBC Tutorial with Examples
A practical Introduction to Spring Data JDBC project. Write your own Spring Data JDBC Example, while understanding its benefits
CRUD REST Service With Spring Boot, Hibernate, and JPA
Complete guide to write CRUD REST Service using Spring Boot, Hibernate & JPA. Build a service to perform GET, PUT, POST and DELTE on Database