Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 613 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 613 Bytes

Onion Archetypes

Onion Architecture

Onion Architecture Archetypes

com.example.myapp
├── application
│ ├── dto
│ ├── mapper
│ └── service
├── domain
│ ├── model
│ ├── repository
│ └── service
├── infrastructure
│ ├── config
│ ├── persistence
│ └── external
└── presentation
├── controller
├── dto
└── mapper

Logo