File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 596
596
</dependency >
597
597
</dependencies >
598
598
</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
+ <!-- -->
602
613
<profile >
603
614
<id >jetty</id >
604
615
<dependencies >
You can’t perform that action at this time.
0 commit comments