Commit e0015499 authored by fangxinjiang's avatar fangxinjiang

分布式锁调试--档案新增副本数测试

parent 4bc7a4e7
......@@ -180,7 +180,7 @@ public class TEmpFamilyController {
private RedisUtil redisUtil;
@Lock4j(keys = {"#tEmpFamily.mId"}, expire = 60000, acquireTimeout = 1000)
@Operation(description = "lockTest")
@GetMapping("/page" )
@GetMapping("/lockTest" )
public R<String> lockTest(Page page, FamilySearchVO tEmpFamily) {
Object obj = redisUtil.get("lockTest");
int lockValue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment