Skip to content

통합 테스트 추가#2

Merged
JBGeum merged 2 commits intomainfrom
feature/api-layer
Nov 2, 2025
Merged

통합 테스트 추가#2
JBGeum merged 2 commits intomainfrom
feature/api-layer

Conversation

@JBGeum
Copy link
Copy Markdown
Collaborator

@JBGeum JBGeum commented Oct 30, 2025

모듈 구조 변경 및 기본 컨트롤러와 DTO 생성, 통합 테스트 추가

모듈 구조는 기존 헥사고날 아키텍처를 중시해서 구조를 생각했지만,
개인 프로젝트에서는 모듈 수가 5개인 점이 학습 효과나 빌드 시의 이점보다 개발 진행 상 번거로움이 더 클 것 같아서 3개로 정리

그 밖에 몇몇 설정을 수정(properties 파일을 yml 파일로 교체, log4j2 의존성 삭제 등)

API 명세에 따라서 컨트롤러와 DTO를 작성 후 HTTP 요청/응답에 관한 통합 테스트를 진행

@JBGeum JBGeum requested a review from f-lab-lyan October 30, 2025 04:52
@JBGeum JBGeum self-assigned this Oct 30, 2025
* - Security disabled for testing
* - All Use Cases are mocked (no real implementation needed)
*/
@SpringBootTest
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Collaborator

@f-lab-lyan f-lab-lyan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다. 👍

@JBGeum JBGeum merged commit 643e336 into main Nov 2, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants