mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	@@ -51,8 +51,8 @@ public class RedisLockController {
 | 
			
		||||
     * 测试lock4j 工具
 | 
			
		||||
     */
 | 
			
		||||
    @ApiOperation("测试lock4j 工具")
 | 
			
		||||
    @GetMapping("/testLock4jLockTemaplate")
 | 
			
		||||
    public AjaxResult<String> testLock4jLockTemaplate(String key, String value) {
 | 
			
		||||
    @GetMapping("/testLock4jLockTemplate")
 | 
			
		||||
    public AjaxResult<String> testLock4jLockTemplate(String key, String value) {
 | 
			
		||||
        final LockInfo lockInfo = lockTemplate.lock(key, 30000L, 5000L, RedissonLockExecutor.class);
 | 
			
		||||
        if (null == lockInfo) {
 | 
			
		||||
            throw new RuntimeException("业务处理中,请稍后再试");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user