An open API service indexing awesome lists of open source software.

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

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
![H2 Database](screenshots/h2_database_screenshot.png?raw=true "H2 Database Table Data")

## API Testing
![API Testing](screenshots/api_testing_screenshots.png?raw=true "API Testing to Demo Pagination and Sorting")