From d6a1b0b193caa70cf9226ca32dbef6a58062d52d Mon Sep 17 00:00:00 2001 From: Thomas Papke Date: Mon, 1 Apr 2024 20:34:53 +0200 Subject: [PATCH] Adding index.html and expose more actuator endpoints to http --- src/main/resources/application.properties | 4 +- src/main/resources/public/index.html | 45 +++++++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/public/index.html diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index c5a8e3e..4226ae6 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -26,4 +26,6 @@ xds.endpoint.iti8=xds-iti8:0.0.0.0:2575 fhir.server.profile.bootstrap=false -server.port=8081 \ No newline at end of file +server.port=8081 + +management.endpoints.web.exposure.include=health,info,configprops \ No newline at end of file diff --git a/src/main/resources/public/index.html b/src/main/resources/public/index.html new file mode 100644 index 0000000..9594631 --- /dev/null +++ b/src/main/resources/public/index.html @@ -0,0 +1,45 @@ + + + + + + IHE XDS.b to FHIR adapter + + + + + xds-logo +

IHE XDS.b to FHIR adapter

+ SOAP Service List
+ Github Project Page + + \ No newline at end of file