mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-13 17:40:53 +08:00
集成lock4j框架,删除redisson锁,使用lock4j的锁。
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user