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