update - 暂时移除实例 ID 分布式锁
This commit is contained in:
parent
284ac47e7d
commit
959361af55
@ -97,7 +97,7 @@ public class FlowableConfiguration {
|
|||||||
new CustomAsyncRunnableExceptionExceptionHandler()));
|
new CustomAsyncRunnableExceptionExceptionHandler()));
|
||||||
configuration.setCommandContextFactory(new CustomCommandContextFactory());
|
configuration.setCommandContextFactory(new CustomCommandContextFactory());
|
||||||
configuration.setCustomPreCommandInterceptors(Lists.newArrayList(
|
configuration.setCustomPreCommandInterceptors(Lists.newArrayList(
|
||||||
new CustomLockProcessInstanceInterceptor(redisTemplate)
|
// new CustomLockProcessInstanceInterceptor(redisTemplate)
|
||||||
));
|
));
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user