Tom Hombergs 7e8ea87312 Merge pull request #27 from pat-karakun/master
replace hardcoded package names with (unused) parameters
2022-10-13 16:28:42 +11:00
2020-08-13 06:34:25 +10:00
2021-02-20 13:50:55 +11:00
2019-08-28 09:48:25 +02:00
2021-02-20 15:15:09 +11:00

Example Implementation of a Hexagonal Architecture

CI

Get Your Hands Dirty On Clean Architecture

This is the companion code to my eBook Get Your Hands Dirty on Clean Architecture.

It implements a domain-centric "Hexagonal" approach of a common web application with Java and Spring Boot.

Companion Articles

Prerequisites

  • JDK 11
  • this project uses Lombok, so enable annotation processing in your IDE
Description
An example approach for implementing a Clean/Hexagonal Architecture
Readme 288 KiB
Languages
Java 100%