https://github.com/deepakbhalla/spring-boot-pagination-sorting
Spring boot application to demonstrate Pagination and Sorting of a List of Objects Capabilities
https://github.com/deepakbhalla/spring-boot-pagination-sorting
h2-database jparepository pagination pagination-sorting-utililty sorting springboot
Last synced: 7 months ago
JSON representation
Spring boot application to demonstrate Pagination and Sorting of a List of Objects Capabilities
- Host: GitHub
- URL: https://github.com/deepakbhalla/spring-boot-pagination-sorting
- Owner: deepakbhalla
- Created: 2023-03-01T13:36:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T13:59:53.000Z (over 2 years ago)
- Last Synced: 2025-01-18T17:49:22.362Z (9 months ago)
- Topics: h2-database, jparepository, pagination, pagination-sorting-utililty, sorting, springboot
- Language: Java
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-boot-pagination-sorting
Spring boot application to demonstrate Pagination and Sorting of a List of Objects available in H2 database.This application demonstrate pagination and sorting by two ways -
1. PaginationAndSortingRepository
2. Custom Pagination and Sorting Utility## H2 Database Table
## API Testing
