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

[#1] 멀티 모듈 구조 프로젝트 구성 #2

Merged
merged 2 commits into from
Oct 23, 2024
Merged

Conversation

mingmong0018
Copy link
Collaborator

해결하려는 문제

  • 기존엔 싱글 모듈 구조로 확장성이 부족하며, 향후 추가될 기능이나 모듈을 고려하여 멀티 모듈 구조로 변경할 필요성이 있음.

변경 사항

  • .gitignore파일에서 불필요한 파일들 제거
  • root 프로젝트 하위 api 서브모듈 구성
  • root 프로젝트에서 사용되지 않는 build.gradle파일 삭제

참고 사항

CheckList

  • 커밋 메시지 컨벤션에 맞게 작성했나요?
  • 코드에서 발생한 모든 경고와 오류가 해결되었나요?
  • 변경 사항에 대한 테스트가 충분히 수행되었나요?

Copy link

sonarcloud bot commented Oct 17, 2024

@mingmong0018 mingmong0018 changed the base branch from main to develop October 17, 2024 23:12
@mingmong0018 mingmong0018 merged commit 7d77383 into develop Oct 23, 2024
2 checks passed
@mingmong0018 mingmong0018 deleted the feature/1 branch October 23, 2024 06:17
@mingmong0018 mingmong0018 self-assigned this Oct 23, 2024
@mingmong0018 mingmong0018 linked an issue Oct 23, 2024 that may be closed by this pull request
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