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

GETP-323 refactor: 단위 모듈 프로젝트를 멀티 모듈로 분리 #180

Merged
merged 21 commits into from
Nov 7, 2024

Conversation

scv1702
Copy link
Member

@scv1702 scv1702 commented Nov 7, 2024

✨ 구현한 기능

  • 기존의 단위 모듈 프로젝트를 포트-어댑터의 각 계층에 따라 멀티 모듈로 분리했습니다.
  • 인덱스 설계 후 성능 테스트를 위한 배치 프로그램 작성을 효율적으로 하기 위해 멀티 모듈로 분리했습니다.

📢 논의하고 싶은 내용

  • 현재 Spring Boot 메인 애플리케이션이 api 모듈에 위치하고, api 모듈은 각 다른 모듈을 implementation으로 의존하고 있습니다. 그렇기 때문에 public으로 설정된 구현체 클래스도 접근이 가능해서, 자바의 모듈 시스템을 도입할 지 고민입니다.

🎸 기타

Copy link

github-actions bot commented Nov 7, 2024

Test Results

154 tests  ±0   154 ✅ ±0   21s ⏱️ +6s
 97 suites +1     0 💤 ±0 
 97 files   +1     0 ❌ ±0 

Results for commit 26f661c. ± Comparison against base commit 5b41660.

♻️ This comment has been updated with latest results.

@scv1702 scv1702 merged commit ed2a825 into develop Nov 7, 2024
2 checks passed
@scv1702 scv1702 deleted the refactor/GETP-323 branch November 7, 2024 11:39
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.

1 participant