someone owes me a beer ... or twenty
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user