fints4k/persistence/json/BankingPersistenceJson/README.md

7 lines
259 B
Markdown
Raw Normal View History

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