Support for Paging and Sorting
Let’s explore the pagination and sorting features provided by Spring Data Rest.
We'll cover the following...
We'll cover the following...
TodoRestRepository extending PagingAndSortingRepository
Let’s update the TodoRestRepository interface by extending the PagingAndSortingRepository repository in place of the CrudRepository ...