任务屏蔽违规字符

This commit is contained in:
RuoYi
2021-11-01 15:45:22 +08:00
parent acf8d9719f
commit 68db4092ed
2 changed files with 14 additions and 0 deletions

View File

@@ -112,4 +112,10 @@ public class Constants
* 资源映射路径 前缀
*/
public static final String RESOURCE_PREFIX = "/profile";
/**
* 定时任务违规的字符
*/
public static final String[] JOB_ERROR_STR = { "java.net.URL", "javax.naming.InitialContext", "org.yaml.snakeyaml",
"org.springframework.jndi" };
}