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