Support for Paging and Sorting
Let’s explore the pagination and sorting features provided by Spring Data Rest.
TodoRestRepository
extending PagingAndSortingRepository
Let’s update the TodoRestRepository
interface by extending the PagingAndSortingRepository
repository in ...