Updated readme file to include option for running server with Maven on different port

This commit is contained in:
Quintonn Rothmann
2019-07-04 15:39:59 +03:00
parent 5bb2790a30
commit 1319ef8144

View File

@@ -22,6 +22,12 @@ Then, browse to the following link to use the server:
[http://localhost:8080/hapi-fhir-jpaserver/](http://localhost:8080/hapi-fhir-jpaserver/) [http://localhost:8080/hapi-fhir-jpaserver/](http://localhost:8080/hapi-fhir-jpaserver/)
If you need to run this server on a different port (using Maven), you can change the port in the run command as follows:
```
mvn -Djetty.port=8888 jetty:run
```
And replacing 8888 with the port of your choice.
# Configuration # Configuration
Much of this HAPI starter project can be configured using the properties file in *src/main/resources/hapi.properties*. By default, this starter project is configured to use Derby as the database. Much of this HAPI starter project can be configured using the properties file in *src/main/resources/hapi.properties*. By default, this starter project is configured to use Derby as the database.