-
Notifications
You must be signed in to change notification settings - Fork 0
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
DTO 패키지 코틀린으로 변환 #56
Merged
DTO 패키지 코틀린으로 변환 #56
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 최상위 도메인별 패키지 분류 이후에 레이어별 패키지로 분류되도록 수정
- 컴파일 시점에 먼저 컴파일 되는 코틀린이 자바 롬복 메서드의 메타데이터를 인지 - kapt { JavaCannotationProcessor =true}와 Lombok 모듈 의존으로 가능
- 모든 Question 관련 DTO 반환값은 ResponseQuestionDto의 정적 팩토리 메소드를 통해 반환하도록 수정
- API 명세서와 직결된 Controller와 같은 호출부에서의 명확한 반환값을 알기 위함
- 오직 상속만을 위해 존재함
- Java Indent 코딩 컨벤션 제거
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
연관된 이슈
https://watermelon-clap.atlassian.net/jira/software/projects/CS/boards/3?selectedIssue=CS-93
스크린샷 (선택)
리뷰 요구사항(선택)