SpringBoot application (needs PostgreSQL DB dockerized, s. Database handling)
- Run a Docker Daemon (for e.g. by Windows: Podman Desktop needs VM 'WSL 2' from Microsoft Store)
- Add environment variables (according to application.yaml coming from values by API registries or vault) and specify concrete values
- either by run configuration
- or an .env file
- Add Maven-Settings -> Runner -> Environment variables (missing URLs/secrets as in .env)
- Run
DASBackendApplication