Pagination using Spring boot - Rest API - JSON String Part 1

Опубликовано: 03 Май 2026
на канале: Nilesh Dudhatra
13,495
160

Spring Boot example of Pagination by using Rest API

In this video we will see :

1. Create Student class - POJO (Plain Old Java Object).
2. Use @Entity, @Table, @Id and @GeneratedValue annotation to create table in Database.
3. Change application.property file according to requirement.
4. Usage of @Repository and @Service in Spring boot
5. Insert statement before execute Spring Program by making SQL file
6. Usage of @Autowired and @Override in Spring boot
7. Repository findAll function with Paging
8. @RestController, @PathVariable and @GetMapping
9. Rest API development in Spring Boot

Note :Project file you can download from https://drive.google.com/file/d/1LWN3...