Spring Boot Pagination
Last Updated on May 7, 2021 by jt Consider a scenario where a database query matches over 1000 records. You need to display the query results to users. In this scenario, you probably won’t want to display all records on a single page. Instead, you would want to display chunks of data of suitable sizes […]Continue reading