Skip to content

Instantly share code, notes, and snippets.

View Moraveis's full-sized avatar

João Vitor Moraveis

  • Alten Canada
  • Montreal, QC
View GitHub Profile
@kanelv
kanelv / Spring-Boot-Clean-Architecture-DDD
Created April 14, 2024 17:51
Project Folder Structure Diagram for Spring-boot Clean Architecture Demo
├── src
│ ├── main
│ │ ├── java
│ │ │ └── com
│ │ │ └── example
│ │ │ ├── adapters
│ │ │ │ ├── controllers
│ │ │ │ │── database
│ │ │ │ │ ├── postgresql # Implementation for PostgreSQL
│ │ │ │ │ │ ├── entities # PostgreSQL entity classes