update - 测试分布式锁

This commit is contained in:
wangli 2024-07-02 11:06:48 +08:00
parent d8f428150c
commit fcbdd78ff1

View File

@ -97,7 +97,7 @@ public class FlowableConfiguration {
new CustomAsyncRunnableExceptionExceptionHandler()));
configuration.setCommandContextFactory(new CustomCommandContextFactory());
configuration.setCustomPreCommandInterceptors(Lists.newArrayList(
new CustomLockProcessInstanceInterceptor(redisTemplate)
// new CustomLockProcessInstanceInterceptor(redisTemplate)
));
};
}