update - 测试分布式锁

This commit is contained in:
wangli 2024-07-01 20:49:49 +08:00
parent c81ff4e58d
commit 278d4d989d

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)
));
};
}