1. Intro
2. What Problem Spring Data REST Solves
3. How Spring Data REST Works
4. Create Spring Boot Project
5. Create JPA Entity - User
6. Create Spring Data JPA Repository
7. Create and Save Users in DB for Testing
8. Create and Save Users in DB for Testing.html
9. Test REST APIs using Postman
10. Configure Base Path for REST APIs
11. @RepositoryRestResource Annotation
12. Pagination and Sorting Support
13.1 spring-data-rest-tutorial.zip
13. REST API for Query Methods