Skip to content

Commit ffab043

Browse files
author
Kevin Dougan
committed
671 - Updated the run instructions.
1 parent 624a269 commit ffab043

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

pom.xml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -596,9 +596,20 @@
596596
</dependency>
597597
</dependencies>
598598
</profile>
599-
<!-- examples of how to start the server using the default profile-->
600-
<!-- mvn clean package jetty:run -->
601-
<!-- java -jar jetty-runner.jar target/hapi-fhir-jpaserver.war -->
599+
<!-- -->
600+
<!-- Examples of how to run the server: -->
601+
<!-- -->
602+
<!-- For Spring Boot use: -->
603+
<!-- mvn spring-boot:run -->
604+
<!-- -->
605+
<!-- For JETTY use: -->
606+
<!-- mvn -Pjetty spring-boot:run -->
607+
<!-- -->
608+
<!-- For the Tomcat WAR approach use: -->
609+
<!-- mvn clean package -DskipTests && java -jar ./target/ROOT.war -->
610+
<!-- -->
611+
<!-- NEXT: Browse to http://localhost:8080/fhir -->
612+
<!-- -->
602613
<profile>
603614
<id>jetty</id>
604615
<dependencies>

0 commit comments

Comments
 (0)