!133 修复单词拼写错误

Merge pull request !133 from JackyTang/dev
This commit is contained in:
疯狂的狮子Li 2022-01-22 03:47:15 +00:00 committed by Gitee
commit 0f75f789d8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -51,8 +51,8 @@ public class RedisLockController {
* 测试lock4j 工具 * 测试lock4j 工具
*/ */
@ApiOperation("测试lock4j 工具") @ApiOperation("测试lock4j 工具")
@GetMapping("/testLock4jLockTemaplate") @GetMapping("/testLock4jLockTemplate")
public AjaxResult<String> testLock4jLockTemaplate(String key, String value) { public AjaxResult<String> testLock4jLockTemplate(String key, String value) {
final LockInfo lockInfo = lockTemplate.lock(key, 30000L, 5000L, RedissonLockExecutor.class); final LockInfo lockInfo = lockTemplate.lock(key, 30000L, 5000L, RedissonLockExecutor.class);
if (null == lockInfo) { if (null == lockInfo) {
throw new RuntimeException("业务处理中,请稍后再试"); throw new RuntimeException("业务处理中,请稍后再试");