集成lock4j框架,删除redisson锁,使用lock4j的锁。

This commit is contained in:
sxq
2021-06-22 16:06:02 +08:00
parent 56eba9cded
commit 645c926bbd
7 changed files with 75 additions and 201 deletions

View File

@@ -18,6 +18,11 @@ import java.util.List;
* @date 2021-05-30
*/
public interface ITestDemoService extends IServicePlus<TestDemo> {
void testLock4j(String key);
void testLock4jLockTemaplate(String key);
/**
* 查询单个
* @return