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

Gradle 모듈간 의존성 설계 #75

Closed
softpeanut opened this issue Sep 18, 2022 · 0 comments · Fixed by #76
Closed

Gradle 모듈간 의존성 설계 #75

softpeanut opened this issue Sep 18, 2022 · 0 comments · Fixed by #76
Assignees
Labels
refactor 코드 리팩토링 할 경우

Comments

@softpeanut
Copy link
Member

softpeanut commented Sep 18, 2022

AS-IS

  • main application이 presentation 모듈에 위치
  • domain-application-infrastructure-presentation
  • application

image

  • infrastructure

image

  • presentation

image

  • module diagram

image

TO-BE

  • main application이 infrastructure 모듈에 위치
  • domain-application
  • application-presentation
  • domain-infrastructure
  • application-infrastructure
  • presentation - infrastructure
  • module diagram

image

Additional

@softpeanut softpeanut added the refactor 코드 리팩토링 할 경우 label Sep 18, 2022
@softpeanut softpeanut added this to the 1차 기능 마감 milestone Sep 18, 2022
@softpeanut softpeanut self-assigned this Sep 18, 2022
@softpeanut softpeanut moved this from Todo to In Progress in SimTong-Backend Backlog Sep 19, 2022
softpeanut added a commit that referenced this issue Sep 19, 2022
softpeanut added a commit that referenced this issue Sep 19, 2022
softpeanut added a commit that referenced this issue Sep 19, 2022
Repository owner moved this from In Progress to Done in SimTong-Backend Backlog Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 코드 리팩토링 할 경우
Projects
Development

Successfully merging a pull request may close this issue.

1 participant