The more correct way is to use Pageable.unpaged() Pageable wholePage = Pageable.unpaged(); return customerRepository.findAll(wholePage); Your page request ...
確定! 回上一頁