定时任务屏蔽ldap远程调用

This commit is contained in:
RuoYi
2021-08-19 15:34:13 +08:00
parent 994cd62c7a
commit 22c22c4246
2 changed files with 13 additions and 0 deletions

View File

@@ -22,6 +22,11 @@ public class Constants
*/
public static final String LOOKUP_RMI = "rmi://";
/**
* LDAP 远程方法调用
*/
public static final String LOOKUP_LDAP = "ldap://";
/**
* http请求
*/