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

[Step1] 모듈 분리 #5

Merged
merged 2 commits into from Aug 9, 2021
Merged

Conversation

malibinYun
Copy link
Member

도메인 로직을 멀티모듈로 분리했습니다!

Copy link
Collaborator

@galcyurio galcyurio left a comment

Choose a reason for hiding this comment

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

1단계 domain 모듈 분리 잘 해주셨네요 👍
한 가지 코멘트 남겨두었으니 확인 부탁드립니다.
수정사항이 많지 않아 바로 병합하겠습니다. 다음 단계에 같이 반영해주세요.

Comment on lines +13 to +14
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.7.1' // junit4 지원
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.1'
Copy link
Collaborator

Choose a reason for hiding this comment

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

junit5를 사용하려면 아래 코드도 설정해주셔야 합니다.

test {
    useJUnitPlatform()
}

@galcyurio galcyurio merged commit 113c4b7 into next-step:malibinyun Aug 9, 2021
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.

None yet

2 participants