Merged
Conversation
added 2 commits
October 29, 2025 19:50
f-lab-lyan
reviewed
Oct 30, 2025
| * - Security disabled for testing | ||
| * - All Use Cases are mocked (no real implementation needed) | ||
| */ | ||
| @SpringBootTest |
Collaborator
There was a problem hiding this comment.
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.
모듈 구조 변경 및 기본 컨트롤러와 DTO 생성, 통합 테스트 추가
모듈 구조는 기존 헥사고날 아키텍처를 중시해서 구조를 생각했지만,
개인 프로젝트에서는 모듈 수가 5개인 점이 학습 효과나 빌드 시의 이점보다 개발 진행 상 번거로움이 더 클 것 같아서 3개로 정리
그 밖에 몇몇 설정을 수정(properties 파일을 yml 파일로 교체, log4j2 의존성 삭제 등)
API 명세에 따라서 컨트롤러와 DTO를 작성 후 HTTP 요청/응답에 관한 통합 테스트를 진행