Skip to content

Commit

Permalink
Merge pull request #691 from hapifhir/pw/improve-readme
Browse files Browse the repository at this point in the history
fix: modified README.md to skip Tests in spring-boot:run command
  • Loading branch information
KevinDougan committed Jun 14, 2024
2 parents f971db6 + b112ccd commit 769ec10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 769ec10

Please sign in to comment.