결제 전환 목표 아키텍처 정의 (1/2) (2/2) (iss-8fd82b653bff)
All checks were successful
ci / test (pull_request) Successful in 7s

This commit is contained in:
forge-bot 2026-07-12 04:43:52 +00:00
parent 5dd7302aa9
commit 0541f0a989

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 |