-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
Enviroment
- JDK Version: 1.8
- SpringBoot Version: 2.6.8
- Lock4j Version: 2.2.7
Code
public interface ILock4jDemoService {
/**
* 自动续期+自动释放锁
*
* @param amount
*/
@Lock4j(keys = {"'pay'", "#amount"},
expire = -1, // -1代表根据业务方法执行时间自动续期
autoRelease = true, // 业务方法执行结束自动释放锁
executor = RedissonLockExecutor.class,
failStrategy = CustomLockFailureStrategy.class)
void autoRenewAndAutoReleaseLock(BigDecimal amount);
}Metadata
Metadata
Assignees
Labels
No labels