任务屏蔽违规字符

This commit is contained in:
RuoYi
2021-11-01 15:03:06 +08:00
parent bd09e5b11c
commit cc4c52c998
2 changed files with 15 additions and 1 deletions

View File

@ -148,4 +148,10 @@ public class Constants
* LDAP 远程方法调用
*/
public static final String LOOKUP_LDAP = "ldap://";
}
/**
* 定时任务违规的字符
*/
public static final String[] JOB_ERROR_STR = { "java.net.URL", "javax.naming.InitialContext", "org.yaml.snakeyaml",
"org.springframework.jndi" };
}