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

init - 그래들 멀티모듈 적용 #1

Merged
merged 3 commits into from
Nov 14, 2024
Merged

init - 그래들 멀티모듈 적용 #1

merged 3 commits into from
Nov 14, 2024

Conversation

zilzu4165
Copy link
Collaborator

#Config 그래들 멀티모듈 적용

ModelAndPhoto(root-project)

  • api-module
  • message-module

로 일단 구성해봤습니다.

@zilzu4165 zilzu4165 self-assigned this Nov 10, 2024
build.gradle Outdated
@@ -0,0 +1,35 @@
plugins {
id 'org.springframework.boot' version '2.7.5'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
id 'org.springframework.boot' version '2.7.5'
id 'org.springframework.boot' version '2.7.5' apply false

@@ -0,0 +1,4 @@

Copy link
Collaborator

Choose a reason for hiding this comment

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

plugins {
id 'org.springframework.boot'
}

각 모듈마다 개별 적용

test {
useJUnitPlatform()
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

image

마지막에 새 줄을 추가해주세요.

Copy link

sonarcloud bot commented Nov 13, 2024

@zilzu4165 zilzu4165 merged commit fc7803b into main Nov 14, 2024
2 checks 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