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 7acff49 6 files · 12.6 KB Updated

File contents

rrezartprebreza/spring-boot-skills/tree/main/skills/spring-boot-3/hexagonal-architecture commit 7acff49b68

Frequently asked questions

npx skillmds@latest add rrezartprebreza/hexagonal-architecture