- This repository has example code for the book Designing Hexagonal Architecture with Java.
- Original code example repository is here.
- I am writing the whole code with Kotlin.
- I am using Kotest for BDD specification, while original code uses Cucumber.
- I am using Hibernate instead of EclipseLink. Which is the more common implementation for JPA.
- Failed to run the ch04 rest adapter with h2 database. Any helps are welcome.
- Skipped ch05 for the reason of too many boilerplate template codes, will look back later.