Explorar el Código

Update README.md

Git-Leon hace 7 años
padre
commit
a183884f15
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      README.md

+ 1
- 1
README.md Ver fichero

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