Skip to content

Commit

Permalink
fix: modified README.md to also supprot the Thymeleaf Template with s…
Browse files Browse the repository at this point in the history
…pring-boot:run
  • Loading branch information
patrick-werner committed Jun 6, 2024
1 parent f971db6 commit 5b966fc
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 5b966fc

Please sign in to comment.