I try to make pagination in my web site.
my PostController.java file contains:
@GetMapping("/") public String index(Model model) {