Skip to content

Add dynamic environment variables for datasource #45

Add dynamic environment variables for datasource

Add dynamic environment variables for datasource #45

Workflow file for this run

steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify