Extract IG loading (#426)

This commit is contained in:
Jens Kristian Villadsen
2022-09-13 18:54:14 +02:00
committed by GitHub
parent d660d5f76d
commit 43d50a0c71
4 changed files with 66 additions and 15 deletions

View File

@@ -37,6 +37,8 @@ import static org.junit.jupiter.api.Assertions.assertNotNull;
"hapi.fhir.fhir_version=r4",
"hapi.fhir.subscription.websocket_enabled=true",
"hapi.fhir.mdm_enabled=true",
"hapi.fhir.implementationguides.dk-core.name=hl7.fhir.dk.core",
"hapi.fhir.implementationguides.dk-core.version=1.1.0",
// Override is currently required when using MDM as the construction of the MDM
// beans are ambiguous as they are constructed multiple places. This is evident
// when running in a spring boot environment