Skip to content

2) Clean Architecture

Filipe Augusto Lima de Souza edited this page Oct 28, 2019 · 1 revision

🎯 Clean Architecture

Here's the basic architecture of this microservice template:

  • Respecting policy rules, with dependencies always pointing inward
  • Separation of technology details from the rest of the system
  • SOLID
  • Single responsibility of each layer

cqrs-clean

Clone this wiki locally