671 - Updated the run instructions.

This commit is contained in:
Kevin Dougan
2024-04-01 15:35:31 -04:00
parent 624a269994
commit ffab04358a

17
pom.xml
View File

@@ -596,9 +596,20 @@
</dependency> </dependency>
</dependencies> </dependencies>
</profile> </profile>
<!-- examples of how to start the server using the default profile--> <!-- -->
<!-- mvn clean package jetty:run --> <!-- Examples of how to run the server: -->
<!-- java -jar jetty-runner.jar target/hapi-fhir-jpaserver.war --> <!-- -->
<!-- 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 http://localhost:8080/fhir -->
<!-- -->
<profile> <profile>
<id>jetty</id> <id>jetty</id>
<dependencies> <dependencies>