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

[#6] 싱글모듈>멀티모듈 #7

Merged
merged 6 commits into from
Apr 16, 2024

Conversation

kimsuyeondev
Copy link
Collaborator

#6

  • 싱글모듈에서 멀티모듈로 변경합니다.

@kimsuyeondev kimsuyeondev self-assigned this Apr 13, 2024
//어플리케이션 실행에 필요한 모든 의존성을 포함하지 않고 클래스파일과 리소스 파일만 포함
//web 모듈을 추가하면서 bootJar를 사용하지 않는다.
tasks.jar { enabled = true }
tasks.bootJar { enabled = false }
Copy link
Collaborator

Choose a reason for hiding this comment

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

이 설정을 넣어야하는거라면, springboot plugin을 빼는게 더 좋지 않을까요?

Copy link
Collaborator

Choose a reason for hiding this comment

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

아무내용도 없으면 지우는 게 더 좋지 않을까 싶습니다.

@f-lab-lyan
Copy link
Collaborator

지금 보면, 모듈이 세 개가 있는데, 각각의 모듈의 역할에 대해서 정리(?)하고 넘어가면 좋을 것 같습니다. 아울러, 세 개가 모두 필요한지도 한번 고민해보시면 좋을 것 같네요.

@f-lab-lyan
Copy link
Collaborator

그리고 controller의 테스트 코드가 빠진 것 같네요. 추가 부탁 드립니다.

Copy link
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.

멀티 모듈로 변경하신 부분은 괜찮은 것 같습니다만, 각 모듈간의 관계나 의존성에 대해서는 다른 PR에서 좀 더 정리를 해보면 좋을 것 같습니다.

# Conflicts:
#	build.gradle
#	src/main/java/com/hello/cosmetics/main/MainController.java
@kimsuyeondev kimsuyeondev merged commit 006c570 into f-lab-edu:main Apr 16, 2024
1 check failed
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