spring 에서 pageable 로 데이터를 페이지 처리 후 다음 값을 확인해보면 0 이 아닌 경우이다.
pageable.getPageNumber()
페이지 넘버는 항상 0번으로 시작해야한다. (page number 0 all the time)
반응형
'공부 > Spring' 카테고리의 다른 글
[querydsl] import static com.querydsl.core.types. does not exist - gradle cache 삭제 (0) | 2021.09.23 |
---|---|
[spring] querydsl 동적쿼리 (0) | 2021.09.10 |
PageRequest - PageableDefault 설정 변경 (0) | 2021.09.06 |
Querydsl like, contains 차이 (0) | 2021.09.06 |
[spring] Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true (0) | 2021.08.24 |