reports-service: http://jira.mfd.msk:8088/browse/CLS-711
This commit is contained in:
parent
77f8e2353b
commit
8f9713c055
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ public class ClearingImdgConfig {
|
|||
|
||||
@Bean
|
||||
public ImdgProvider imdgProvider(ReportsServiceSettings settings) throws PropertyVetoException {
|
||||
boolean directDb = settings.getDirectDb() != null && settings.getDirectDb().getEnable();
|
||||
boolean directDb = settings.getDirectDb() != null && settings.getDirectDb().getEnable() != null && settings.getDirectDb().getEnable();
|
||||
if (!directDb) {
|
||||
ThreadPoolTaskExecutor hazelcastClientInitializerPool = taskExecutorHazelcastClientInitializer();
|
||||
ThreadPoolTaskExecutor idGeneratorAwaiterPool = taskExecutorIdGeneratorAwaiter();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue