定时任务屏蔽违规的字符

This commit is contained in:
RuoYi
2022-01-14 11:47:14 +08:00
parent bed9fcea46
commit 3980b2f2ff
2 changed files with 2 additions and 2 deletions

View File

@ -163,5 +163,5 @@ public class Constants
* 定时任务违规的字符
*/
public static final String[] JOB_ERROR_STR = { "java.net.URL", "javax.naming.InitialContext", "org.yaml.snakeyaml",
"org.springframework", "org.apache" };
"org.springframework", "org.apache", "com.ruoyi.common.utils.file" };
}