someone owes me a beer ... or twenty

This commit is contained in:
jvi
2020-09-10 23:07:22 +02:00
parent ae97eabdfc
commit ebe04d881a
3 changed files with 8 additions and 11 deletions

View File

@@ -39,7 +39,9 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
"spring.profiles.active=r4",
"spring.datasource.url=jdbc:h2:mem:dbr4",
"hapi.fhir.subscription.websocket_enabled=true",
"hapi.fhir.empi_enabled=true"
"hapi.fhir.empi_enabled=true",
//Override is currently required when using Empi as the construction of the Empi beans are ambiguous as they are constructed multiple places. This is evident when running in a spring boot environment
"spring.main.allow-bean-definition-overriding=true"
})
public class ExampleServerR4IT {