This bean should not be lazy

This commit is contained in:
Tadgh 2022-03-03 18:59:14 -08:00
parent a2133f6940
commit d11a312abf
1 changed files with 0 additions and 1 deletions

View File

@ -441,7 +441,6 @@ public class JpaConfig {
}
@Bean
@Lazy
public IBulkDataExportJobSchedulingHelper bulkDataExportJobSchedulingHelper() {
return new BulkDataExportJobSchedulingHelperImpl();
}