定时任务屏蔽http(s)远程调用

This commit is contained in:
RuoYi
2021-07-30 11:06:11 +08:00
parent 66e0f9a53d
commit 8057dcc4fc
2 changed files with 33 additions and 10 deletions

View File

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