5
0
mirror of https://github.com/AJMicke/KickerELO.git synced 2026-03-11 13:31:02 +01:00

Merge remote-tracking branch 'origin/master' into sso

I hate large merges!
This commit is contained in:
2025-05-31 18:47:38 +02:00
32 changed files with 639 additions and 211 deletions

View File

@@ -30,7 +30,7 @@ To build the project and run the application with the embedded H2 database, use
```sh
mvn clean package
mvn spring-boot:run
mvn spring-boot:run -Ptest
```