Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 384 Bytes

File metadata and controls

8 lines (6 loc) · 384 Bytes

docker-example

These are 3 examples with docker:

  1. A simple Springbootapp which does not persist any data.
  2. A simple Springbootapp which persists data into storage.txt file.
  3. A simple Cluster of a Springbootapp and a PostgreSQL Database Server that persists data into a PostgreSQL database.

Source Code of Springbootapp