Skip to content

Axon Banking example with Axon3, Spring Boot 2.0 and Kotlin

Notifications You must be signed in to change notification settings

lldata/axon-banking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Axon Banking

My attempt at following the Axon Banking live coding tutorial found at youtube.

To make it more of a challenge I used Kotlin with Spring Boot 2.0 and Gradle build. The tutorial uses Java with a little bit of Kotlin, an older Spring Boot and maven rather than Gradle.

Videos found here:

To run:

  • In memory db: start BankingApplication.kt
  • Persistent db:
    • start h2 (with script h2 folder)
    • start BankingApplication.kt with -Dspring.profiles.active=h2

TODO

  • Make more Kotlin idiomatic
  • Add more tests

About

Axon Banking example with Axon3, Spring Boot 2.0 and Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages