fints4k/persistence/json/BankingPersistenceJson
dankito 52d3b49baa Made BankingUiCommon a multi platform project 2022-02-07 00:17:53 +01:00
..
src/main/kotlin/net/dankito/banking/persistence Made BankingUiCommon a multi platform project 2022-02-07 00:17:53 +01:00
README.md Added IBankingPersistence to be able to store and deserialize added accounts and retrieved account transactions. Implemented BankingPersistenceJson not meant to be a real IBankingPersistence implementation but to get one up and running fast. 2020-01-15 23:55:16 +01:00
build.gradle Implemented displaying remittees from all account transactions so that user can choose between them and get bank transfer done faster 2020-04-25 02:45:37 +02:00

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.