fints4k/persistence/json/BankingPersistenceJson
dankito 474d4d1f91 Using now MapStruct for mapping JSON entities 2022-02-07 00:17:54 +01:00
..
src Using now MapStruct for mapping JSON entities 2022-02-07 00:17:54 +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 Using now MapStruct for mapping JSON entities 2022-02-07 00:17:54 +01: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.