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. 로직 구현: 개인 스키마 정보 읽어들이기 #66

Merged
merged 2 commits into from
Aug 7, 2024

Conversation

djkeh
Copy link
Owner

@djkeh djkeh commented Aug 7, 2024

이 작업은 내 스키마 목록을 읽어들이는 실제 비즈니스 로직을 구현하여 컨트롤러 api에 기능으로 연결짓는다.

This closes #25

djkeh added 2 commits August 7, 2024 11:28
실제 사용할 서비스에 페이징 정보는 필요하지 않을 것 같아서
`Pageable.unpaged()`로 페이징 정보를 생략한
`List` 메소드로 기능을 내보냈다.
@djkeh djkeh added the enhancement New feature or request label Aug 7, 2024
@djkeh djkeh self-assigned this Aug 7, 2024
@djkeh djkeh merged commit 5d1bdc0 into main Aug 7, 2024
@djkeh djkeh deleted the feature/25-logic-read branch August 7, 2024 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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