任务屏蔽违规字符

This commit is contained in:
RuoYi
2021-10-30 10:27:07 +08:00
parent 7c1fa482ba
commit 775d77ee6d
2 changed files with 16 additions and 1 deletions

View File

@ -116,4 +116,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" };
}