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

[테스트 데이터 생성기] CH 03. CLIP 08. 로직 구현: 개인 스키마 정보 읽어들이기 #25

Closed
djkeh opened this issue Jul 19, 2024 · 0 comments · Fixed by #66 or #67
Assignees
Labels
enhancement New feature or request

Comments

@djkeh
Copy link
Owner

djkeh commented Jul 19, 2024

테스트 데이터 생성기의 비즈니스 로직을 구현한다.
그 중 개인 스키마 정보를 읽어들이는 부분을 구현한다.

@djkeh djkeh self-assigned this Jul 19, 2024
@djkeh djkeh converted this from a draft issue Jul 19, 2024
@djkeh djkeh added the enhancement New feature or request label Jul 19, 2024
@djkeh djkeh changed the title [테스트 데이터 생성기] CH 03. 08. 로직 구현: 개인 스키마 정보 읽어들이기 [테스트 데이터 생성기] CH 03. CLIP 08. 로직 구현: 개인 스키마 정보 읽어들이기 Jul 19, 2024
djkeh added a commit that referenced this issue Aug 7, 2024
실제 사용할 서비스에 페이징 정보는 필요하지 않을 것 같아서
`Pageable.unpaged()`로 페이징 정보를 생략한
`List` 메소드로 기능을 내보냈다.
@djkeh djkeh closed this as completed in #66 Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment