Adjust configs

This commit is contained in:
James Agnew
2019-09-30 18:38:30 -04:00
parent cde8981c83
commit 88e2b6d4a7
8 changed files with 97 additions and 22 deletions

View File

@@ -43,7 +43,7 @@ public class FhirServerConfigDstu2 extends BaseJavaConfigDstu2 {
throw new ConfigurationException("Could not set the data source due to a configuration issue", e);
}
retVal.setJpaProperties(HapiProperties.getProperties());
retVal.setJpaProperties(HapiProperties.getJpaProperties());
return retVal;
}