671 - Updated the run instructions.
This commit is contained in:
17
pom.xml
17
pom.xml
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user