瀏覽代碼

Update README.md

Git-Leon 7 年之前
父節點
當前提交
a183884f15
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

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