결제 전환 목표 아키텍처 정의 (1/2) (2/2) (iss-3f29c0d83954)
All checks were successful
ci / test (pull_request) Successful in 7s
All checks were successful
ci / test (pull_request) Successful in 7s
This commit is contained in:
parent
fefbf1c42b
commit
99a0f07095
1 changed files with 10 additions and 0 deletions
10
docs/architecture/package-map.md
Normal file
10
docs/architecture/package-map.md
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# 패키지 맵
|
||||||
|
|
||||||
|
| 패키지 | 책임 | 금지 의존성 |
|
||||||
|
|----------------|----------------------------------------------|------------------|
|
||||||
|
| controller | 외부 요청 수신 및 처리 | repository |
|
||||||
|
| service | 비즈니스 로직 수행 및 데이터 처리 | integration |
|
||||||
|
| repository | 데이터 저장소와의 상호작용 | controller, domain |
|
||||||
|
| domain | 핵심 비즈니스 도메인 모델 | integration |
|
||||||
|
| integration | 외부 서비스와의 통신 | controller, domain |
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue