update - 测试分布式锁
This commit is contained in:
parent
c81ff4e58d
commit
278d4d989d
@ -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