Cleaned up for running boot as default (#620)

This commit is contained in:
Jens Kristian Villadsen
2023-12-05 19:56:31 +01:00
committed by GitHub
parent 0be636c169
commit 9c557e2c80
3 changed files with 5 additions and 28 deletions

View File

@@ -193,14 +193,14 @@ The easiest way to run this server entirely depends on your environment requirem
### Using jetty
```bash
mvn jetty:run
mvn -Pjetty jetty:run
```
If you need to run this server on a different port (using Maven), you can change the port in the run command as follows:
```bash
mvn -Djetty.port=8888 jetty:run
mvn -Pjetty -Djetty.port=8888 jetty:run
```
Server will then be accessible at http://localhost:8888/ and eg. http://localhost:8888/fhir/metadata. Remember to adjust you overlay configuration in the application.yaml to eg.