Skip to content

Commit 769ec10

Browse files
authored
Merge pull request #691 from hapifhir/pw/improve-readme
fix: modified README.md to skip Tests in spring-boot:run command
2 parents f971db6 + b112ccd commit 769ec10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Server will then be accessible at http://localhost:8080/ and eg. http://localhos
244244

245245
### Using Spring Boot
246246
```bash
247-
mvn clean package spring-boot:repackage -Pboot && java -jar target/ROOT.war
247+
mvn clean package spring-boot:repackage -DskipTests=true -Pboot && java -jar target/ROOT.war
248248
```
249249
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:
250250

0 commit comments

Comments
 (0)