update - 测试分布式锁
This commit is contained in:
parent
d8f428150c
commit
fcbdd78ff1
@ -97,7 +97,7 @@ public class FlowableConfiguration {
|
||||
new CustomAsyncRunnableExceptionExceptionHandler()));
|
||||
configuration.setCommandContextFactory(new CustomCommandContextFactory());
|
||||
configuration.setCustomPreCommandInterceptors(Lists.newArrayList(
|
||||
new CustomLockProcessInstanceInterceptor(redisTemplate)
|
||||
// new CustomLockProcessInstanceInterceptor(redisTemplate)
|
||||
));
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user