定时任务屏蔽ldap远程调用

This commit is contained in:
RuoYi
2021-08-19 15:26:22 +08:00
parent 295173258c
commit 1e37f0430b
2 changed files with 14 additions and 1 deletions

View File

@ -68,7 +68,7 @@ public class Constants
* 登录用户 redis key
*/
public static final String LOGIN_TOKEN_KEY = "login_tokens:";
/**
* 防重提交 redis key
*/
@ -143,4 +143,9 @@ public class Constants
* RMI 远程方法调用
*/
public static final String LOOKUP_RMI = "rmi://";
/**
* LDAP 远程方法调用
*/
public static final String LOOKUP_LDAP = "ldap://";
}