From 85e9fc725ad18ba1c0dd10330e4d6e3b255d7541 Mon Sep 17 00:00:00 2001 From: Panayiotis Savva Date: Tue, 22 Sep 2020 19:39:28 +0300 Subject: [PATCH] Update README.md (#143) The rename from hapi-fhir-jpaserver to ROOT as per ee337296eeb1adbe4faf21e295d55757767009bf requires that the new war file is specified which is now ROOT.war --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9b2aca..d028bd7 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Server will then be accessible at http://localhost:8888/ and eg. http://localhos ### Using Spring Boot ```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.