Compare commits

..

No commits in common. "ce291ba9ec65e04cb1be69ed1b4ea9bfa4100211" and "4ac50457345eae19ec597dc9930a858b4a6fd133" have entirely different histories.

2 changed files with 0 additions and 12 deletions

View file

@ -1,3 +0,0 @@
# iss-8fd82b653bff-attempt-1
Forge 이슈 작업 브랜치 `forge/iss-8fd82b653bff-attempt-1`.

View file

@ -1,9 +0,0 @@
# 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 |