These are 3 examples with docker:
- A simple Springbootapp which does not persist any data.
- A simple Springbootapp which persists data into storage.txt file.
- A simple Cluster of a Springbootapp and a PostgreSQL Database Server that persists data into a PostgreSQL database.