spring-architecture-run-bra.../docs/architecture/package-map.md
forge-bot 396354b1fa
All checks were successful
ci / test (pull_request) Successful in 8s
결제 전환 목표 아키텍처 정의 (1/2) (2/2) (iss-e2325889b406)
2026-07-12 05:35:48 +00:00

9 lines
No EOL
726 B
Markdown

# Package Map
| Package | Responsibility | Forbidden Dependencies |
|----------------|---------------------------------------------------------|-----------------------|
| controller | Handle incoming requests, validate input | service |
| service | Business logic, coordination between layers | repository |
| repository | Data access and persistence | domain |
| domain | Core business models and logic | integration |
| integration | Interact with external systems, including payment gateways | domain |