[REFACTOR] 코드 일관성 개선#88
Merged
Merged
Conversation
imprity
approved these changes
May 11, 2026
imprity
left a comment
Contributor
There was a problem hiding this comment.
PR 제목만 맞게 고치시면 완벽할 거 같습니다! LGTM!!
This file contains hidden or 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
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.
@coderabbitai ignore
📝 작업 내용
네이밍 통일
auction_id→auctionIdpageSize→size, 기본값 10 → 20exceptions→exceptioneventBridge패키지명 →eventbridge(Java 패키지 소문자 관례)handle접두어 + camelCase로 통일구조 정리
request/response구조로 분리응답 형식 통일
~했습니다형식으로 통일BaseResponse<Void>로 통일불필요한 코드 제거
@NonNull,@Column(nullable = true), 빈 괄호(()) 제거String.valueOf()불필요한 래핑 제거threads.virtual.enabled: true설정으로@Async의 기본 executor가 가상 스레드 기반버그 수정
CLOSED→DONE / NO_BID)✅ 체크리스트 (Checklist)
💬 기타 사항
디렉토리 구조 변경으로 인해 수정 파일이 파일이 142개라 코드래빗 리뷰는 스킵하겠습니다