This bean should not be lazy
This commit is contained in:
parent
a2133f6940
commit
d11a312abf
|
@ -441,7 +441,6 @@ public class JpaConfig {
|
|||
}
|
||||
|
||||
@Bean
|
||||
@Lazy
|
||||
public IBulkDataExportJobSchedulingHelper bulkDataExportJobSchedulingHelper() {
|
||||
return new BulkDataExportJobSchedulingHelperImpl();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue