Merge pull request #672 from hapifhir/671-update-run-instructions

671 - Updated the run instructions.
This commit is contained in:
dotasek
2024-04-23 18:05:16 -04:00
committed by GitHub
3 changed files with 38 additions and 15 deletions

View File

@@ -1,7 +1,8 @@
#Uncomment the following lines to enable the fhir endpoint to be available at /example/path/fhir instead of /fhir
#server:
#Uncomment the "servlet" and "context-path" lines below to make the fhir endpoint available at /example/path/fhir instead of the default value of /fhir
server:
# servlet:
# context-path: /example/path
port: 8080
#Adds the option to go to eg. http://localhost:8080/actuator/health for seeing the running configuration
#see https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html#actuator.endpoints
management: