Update README.md (#143)

The rename from hapi-fhir-jpaserver to ROOT as per ee337296ee requires that the new war file is specified which is now ROOT.war
This commit is contained in:
Panayiotis Savva
2020-09-22 19:39:28 +03:00
committed by GitHub
parent ee337296ee
commit 85e9fc725a

View File

@@ -102,7 +102,7 @@ Server will then be accessible at http://localhost:8888/ and eg. http://localhos
### Using Spring Boot ### Using Spring Boot
```bash ```bash
mvn clean package spring-boot:repackage -Pboot && java -jar target/hapi-fhir-jpaserver.war mvn clean package spring-boot:repackage -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 you overlay configuration in the application.yaml to eg. Server will then be accessible at http://localhost:8080/ and eg. http://localhost:8080/fhir/metadata. Remember to adjust you overlay configuration in the application.yaml to eg.