Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 639 Bytes

File metadata and controls

13 lines (11 loc) · 639 Bytes

Backend

Introduction

SpringBoot application (needs PostgreSQL DB dockerized, s. Database handling)

Getting-Started

Run on localhost

  1. Run a Docker Daemon (for e.g. by Windows: Podman Desktop needs VM 'WSL 2' from Microsoft Store)
  2. 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
  3. Add Maven-Settings -> Runner -> Environment variables (missing URLs/secrets as in .env)
  4. Run DASBackendApplication