diff --git a/configs/app/index.html b/configs/app/index.html new file mode 100644 index 0000000..a5ecf1b --- /dev/null +++ b/configs/app/index.html @@ -0,0 +1,3 @@ +
+ Greetings from the custom web app page! +
\ No newline at end of file diff --git a/custom/about.html b/custom/about.html new file mode 100644 index 0000000..f1064a9 --- /dev/null +++ b/custom/about.html @@ -0,0 +1,14 @@ ++ This is a custom about page! It means you have configured 'custom_content_path: ./custom' in the application.yaml +
++ This server provides a complete implementation of the FHIR Specification + using a 100% open source software stack. +
++ This server is built + from a number of modules of the + HAPI FHIR + project, which is a 100% open-source (Apache 2.0 Licensed) Java based + implementation of the FHIR specification. +
\ No newline at end of file diff --git a/custom/logo.jpg b/custom/logo.jpg new file mode 100644 index 0000000..3a5aad0 Binary files /dev/null and b/custom/logo.jpg differ diff --git a/custom/welcome.html b/custom/welcome.html new file mode 100644 index 0000000..40aa399 --- /dev/null +++ b/custom/welcome.html @@ -0,0 +1,14 @@ ++ This is a custom welcome page! It means you have configured 'custom_content_path: ./custom' in the application.yaml +
++ This server provides a complete implementation of the FHIR Specification + using a 100% open source software stack. +
++ This server is built + from a number of modules of the + HAPI FHIR + project, which is a 100% open-source (Apache 2.0 Licensed) Java based + implementation of the FHIR specification. +
\ No newline at end of file diff --git a/src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java b/src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java index 451c19d..16e8964 100644 --- a/src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java +++ b/src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java @@ -79,9 +79,8 @@ public class AppProperties { private Boolean install_transitive_ig_dependencies = true; private Map- This server provides a complete implementation of the FHIR Specification - using a 100% open source software stack. -
-- This server is built - from a number of modules of the - HAPI FHIR - project, which is a 100% open-source (Apache 2.0 Licensed) Java based - implementation of the FHIR specification. -
-+
+ This server provides a complete implementation of the FHIR Specification + using a 100% open source software stack. +
++ This server is built + from a number of modules of the + HAPI FHIR + project, which is a 100% open-source (Apache 2.0 Licensed) Java based + implementation of the FHIR specification. +
- +