I have one requirement is to search by pageable and non-pageable,
and in my Java code, I use spring data jpa Pageable class,
Pageable pageable = new
For Spring 5.x.x, set spring.data.rest.max-page-size=2147483647 in application.properties.
spring.data.rest.max-page-size=2147483647
application.properties