결제 전환 목표 아키텍처 정의 #5
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 @@
|
|||
# Package Responsibility and Forbidden Dependencies
|
||||
|
||||
| Package | Responsibility | Forbidden Dependencies |
|
||||
|---------------|-------------------------------------------------------|-------------------------------|
|
||||
| Controller | Handles incoming requests and responses | Service -> Repository |
|
||||
| Service | Contains business logic and service level operations | Repository -> Service |
|
||||
| Repository | Manages data persistence and retrieval | Controller -> Repository |
|
||||
| Domain | Defines domain model and logic | Not applicable |
|
||||
| Integration | Interfaces with external services | Service -> Integration |
|
||||
Loading…
Add table
Add a link
Reference in a new issue