Updated datamodel picture in the readme #6

Merged
jarno merged 3 commits from feat/readme-datamodel into main 2025-08-07 16:36:08 +00:00
Showing only changes of commit e15de89053 - Show all commits

View File

@@ -25,11 +25,14 @@ jobs:
java-version: '21' java-version: '21'
distribution: 'temurin' distribution: 'temurin'
cache: 'maven' cache: 'maven'
<<<<<<< HEAD
- name: Set up Maven - name: Set up Maven
uses: stCarolas/setup-maven@v5 uses: stCarolas/setup-maven@v5
with: with:
maven-version: '3.6.3' maven-version: '3.6.3'
=======
>>>>>>> c5433df (feat: removed backend pipeline step for caching m2)
- name: Run Maven tests - name: Run Maven tests
working-directory: ./backend working-directory: ./backend