5
0
mirror of https://github.com/AJMicke/KickerELO.git synced 2026-06-12 01:21:14 +02:00

Specify command to run in test mode in README.md

This commit is contained in:
AJMicke
2025-05-23 16:17:47 +02:00
committed by GitHub
parent 4fa309da75
commit 6a9d231008
+1 -1
View File
@@ -28,7 +28,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
```