Browse Source

Update README.md

Git-Leon 7 years ago
parent
commit
a183884f15
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

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.