Kaynağa Gözat

Update README.md

Git-Leon 7 yıl önce
ebeveyn
işleme
a183884f15
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      README.md

+ 1
- 1
README.md Dosyayı Görüntüle

@@ -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.