dankito 52d3b49baa | ||
---|---|---|
.. | ||
src/main/kotlin/net/dankito/banking/persistence | ||
README.md | ||
build.gradle |
README.md
BankingPersistenceJson
A simple IBankingPersistence implementation based on Json.
Not meant to be a real or useful implementation. Just there to get you up and running fast.
Preferably use another IBankingPersistence implementation, e.g. a JPA based one.