Recently I had a to help a team add pagination in their application. The application was built using:
- Spring Boot 2.x
- Angular 7
- Spring Data JPA
In this blog I will quickly show how to add pagination to a Spring Boot 2.2.6 and Angular 9.1.1 application.
To quickly build the application we will use the spring-boot-maven-angular-starter project I wrote a couple of years. It is updated to the latest version of Spring Boot and Angular.
Continue reading “Spring Boot Angular 7/8/9 Server Side Pagination Tutorial”