결제 전환 목표 아키텍처 정의 (1/2) (SPRING-ARC-DONE-1783829491)
All checks were successful
ci / test (pull_request) Successful in 8s
All checks were successful
ci / test (pull_request) Successful in 8s
This commit is contained in:
parent
6debe243ec
commit
cabbcfba86
1 changed files with 9 additions and 0 deletions
9
docs/architecture/package-map.md
Normal file
9
docs/architecture/package-map.md
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
# 패키지 맵
|
||||||
|
|
||||||
|
| 패키지 | 책임 | 금지 의존성 |
|
||||||
|
|--------------|----------------------------------------------|--------------------------|
|
||||||
|
| controller | 사용자 요청을 처리하고 응답을 반환함 | domain -> integration |
|
||||||
|
| service | 비즈니스 로직을 처리하고 트랜잭션을 관리함 | repository -> integration |
|
||||||
|
| repository | 데이터 저장소와의 상호작용을 담당함 | service -> controller |
|
||||||
|
| domain | 도메인 모델과 비즈니스 규칙을 정의함 | integration -> domain |
|
||||||
|
| integration | 외부 시스템과의 통합을 담당함 | domain -> service |
|
||||||
Loading…
Add table
Add a link
Reference in a new issue