Go to file
Sambo Chea 417672b234
Update README.md
2021-10-23 08:50:31 +07:00
gradle/wrapper Init project 2021-10-22 20:39:21 +07:00
src Add basis domain logic and adapter for article impls 2021-10-22 21:10:59 +07:00
.gitignore Init project 2021-10-22 20:39:21 +07:00
build.gradle.kts Init project 2021-10-22 20:39:21 +07:00
gradlew Init project 2021-10-22 20:39:21 +07:00
gradlew.bat Init project 2021-10-22 20:39:21 +07:00
README.md Update README.md 2021-10-23 08:50:31 +07:00
settings.gradle.kts Init project 2021-10-22 20:39:21 +07:00

Hexagonal Architect in Spring Boot

image

  • Domain Logic
    • Model
    • Port
    • Use Case
  • Infrastructure
    • Adapter
      • CLI
      • Persistence

Contributors

Reference