Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REFACTOR] pagination 관련 코드 개선 #254

Closed
wants to merge 4 commits into from

Conversation

kimdozzi
Copy link
Contributor

PR 타입(하나 이상의 PR 타입을 선택해주세요)

☑ 기능 추가

□ 기능 삭제

□ 버그 수정

□ 의존성, 환경 변수, 빌드 관련 코드 업데이트


반영 브랜치

refactor/253-pagination -> main


변경 사항

  • 커스텀 어노테이션 생성(LimitedSizePagination)
  • CustomPageImpl 생성 (직렬화, 역직렬화 테스트 완료)

테스트 결과

image


연관된 이슈

#253


리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요
ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

- CustomPageImpl 직렬화 / 역직렬화 테스트
- PageableDefault 설정 시,  maxPageSize 및 @positive 어노테이션을 함께 사용하기 위한 커스텀 어노테이션 생성
@kimdozzi kimdozzi added 💡feature 기능 구현, 개선 사항 관련 ⚙️ refactor 리팩토링 🧑🏻‍💻 BE 백엔드 관련 코드 labels Aug 25, 2024
@kimdozzi kimdozzi self-assigned this Aug 25, 2024
@kimdozzi kimdozzi linked an issue Aug 25, 2024 that may be closed by this pull request
1 task
Copy link

Test Results

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit d6b9fee.

@kimdozzi kimdozzi closed this Aug 25, 2024
@kimdozzi kimdozzi deleted the refactor/253-pagination branch August 25, 2024 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑🏻‍💻 BE 백엔드 관련 코드 💡feature 기능 구현, 개선 사항 관련 ⚙️ refactor 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REFACTOR] JPA Pagination 적용 코드 리펙토링
1 participant