Prepare for 4.1.0 release

This commit is contained in:
James Agnew
2019-11-12 22:12:20 -05:00
parent 7f5e827dd1
commit 6f0e0b061e
4 changed files with 15 additions and 1 deletions

View File

@@ -292,6 +292,11 @@ public class JpaRestfulServer extends RestfulServer {
}
}
// Bulk Export
if (HapiProperties.getBulkExportEnabled()) {
registerProvider(appCtx.getBean(BulkDataExportProvider.class));
}
}
}