Skip to content

Commit

Permalink
671 - Updated the run instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Dougan authored and artiom.darie committed May 7, 2024
1 parent f66b52b commit 1aa8eff
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -596,9 +596,20 @@
</dependency>
</dependencies>
</profile>
<!-- examples of how to start the server using the default profile-->
<!-- mvn clean package jetty:run -->
<!-- java -jar jetty-runner.jar target/hapi-fhir-jpaserver.war -->
<!-- -->
<!-- Examples of how to run the server: -->
<!-- -->
<!-- For Spring Boot use: -->
<!-- mvn spring-boot:run -->
<!-- -->
<!-- For JETTY use: -->
<!-- mvn -Pjetty spring-boot:run -->
<!-- -->
<!-- For the Tomcat WAR approach use: -->
<!-- mvn clean package -DskipTests && java -jar ./target/ROOT.war -->
<!-- -->
<!-- NEXT: Browse to https://localhost:8080/fhir -->
<!-- -->
<profile>
<id>jetty</id>
<dependencies>
Expand Down

0 comments on commit 1aa8eff

Please sign in to comment.