|
|
|
|
56
|
* Restart your application.
|
56
|
* Restart your application.
|
57
|
* Use Postman to ensure database is populated by `import.sql`.
|
57
|
* Use Postman to ensure database is populated by `import.sql`.
|
58
|
|
58
|
|
59
|
-
|
|
|
|
|
59
|
+-
|
60
|
# Part 6.2 - Spring's Built-in Pagination
|
60
|
# Part 6.2 - Spring's Built-in Pagination
|
61
|
* Make use of Spring's built-in page number pagination support by researching `org.springframework.data.repository.PagingAndSortingRepository`.
|
61
|
* Make use of Spring's built-in page number pagination support by researching `org.springframework.data.repository.PagingAndSortingRepository`.
|
62
|
* Modify respective `Controller` methods to handle `Pageable` arguments.
|
62
|
* Modify respective `Controller` methods to handle `Pageable` arguments.
|