From b112ccdde4a2e88977ae959889218ed7bb9d92be Mon Sep 17 00:00:00 2001 From: patrick-werner Date: Thu, 6 Jun 2024 14:57:38 +0200 Subject: [PATCH] fix: modified README.md to skip Tests in spring-boot:run command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71135e8..0b29933 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ Server will then be accessible at http://localhost:8080/ and eg. http://localhos ### Using Spring Boot ```bash -mvn clean package spring-boot:repackage -Pboot && java -jar target/ROOT.war +mvn clean package spring-boot:repackage -DskipTests=true -Pboot && java -jar target/ROOT.war ``` Server will then be accessible at http://localhost:8080/ and eg. http://localhost:8080/fhir/metadata. Remember to adjust your overlay configuration in the application.yaml to the following: