From 6a9d231008f56e39538d362e4d23d397417f5ec0 Mon Sep 17 00:00:00 2001 From: AJMicke <7047945+AJMicke@users.noreply.github.com> Date: Fri, 23 May 2025 16:17:47 +0200 Subject: [PATCH] Specify command to run in test mode in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a062262..ab7c5bf 100644 --- a/README.md +++ b/README.md @@ -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 ```