Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
dodam-application
독립적으로 실행 가능한 어플리케이션 모듈 계층
하위 모듈들을 조립하여 서비스 비즈니스를 완성함
usecase, controller 등이 위치함
dodam-in-system-available
저장소, 도메인 외의 시스템에서 필요한 모듈들이 모인 내부 모듈 계층
독립 사용이 가능해야하므로 도메인 계층을 의존하지 않음
dodam-system-core
모든 모듈에서 사용하는 공통 모듈 계층
POJO로 이루어짐
BaseException, ExceptionCode 등이 위치함
dodam-system-domain
저장소와 밀접한 중심 도메인을 다루는 도메인 계층
하나의 모듈은 최대 하나의 인프라스트럭처를 가질 수 있음
entity, repository, service 등이 위치함