결제 전환 목표 아키텍처 정의 (1/2) (2/2) #4

Merged
forge-bot merged 2 commits from forge/iss-8fd82b653bff-attempt-1 into main 2026-07-12 04:44:15 +00:00
Showing only changes of commit 0541f0a989 - Show all commits

View file

@ -0,0 +1,9 @@
# Package Map
| Package | Responsibility | Forbidden Dependencies |
|----------------|----------------------------------------------------|------------------------|
| controller | Handle HTTP requests and responses | domain |
| service | Business logic and transaction management | domain, integration |
| repository | Data access and retrieval | service |
| domain | Core domain logic and entities | controller, service, repository |
| integration | External service communication | service |