Hexagonal Architecture

Use when the project follows hexagonal (ports & adapters) architecture. Prevents domain code from depending on Spring or JPA. Use when you see packages like domain/, application/, infrastructure/, or adapters/ in the project structure.

rrezartprebreza 72838e1 6 files · 12.8 KB Updated

File contents

rrezartprebreza/spring-boot-skills/tree/main/skills/spring-boot-4/hexagonal-architecture commit 72838e19f9

Frequently asked questions

npx skillmds@latest add rrezartprebreza/hexagonal-architecture-2