/study-designing-hexagonal-architecture-with-java-with-kotlin

Designing Hexagonal Architecture with Java (만들면서 배우는 헥사고날 아키텍처 설계와 구현) Study Repository

Primary LanguageKotlin

Designing Hexagonal Architecture with Java Study Repository

What is this repository for?

Difference between original code example

  • 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.