From: Kai Moritz Date: Sun, 25 Oct 2020 15:34:05 +0000 (+0100) Subject: Added a profile, that starts the app with a PostgreSQL-DB X-Git-Tag: part-1~3 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=d31cfb6720f03a4fec0ae8c660d2e10826d0b69f;hp=d31cfb6720f03a4fec0ae8c660d2e10826d0b69f;p=demos%2Fspring%2Fdata-jdbc Added a profile, that starts the app with a PostgreSQL-DB * Added the dependency for the PostgreSQL-driver * Added the new profile * Configured Flyway to apply db-specific SQL * Added a PostgreSQL-DB to the setup for Docker Compose as "postgres" * Added a named volume for the data of the service "postgres" * Selected the new profile "prod" for the service "jdbc" ---