Skip to content

SniperXDev/kotlin-banking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages