定时任务屏蔽违规的字符

This commit is contained in:
RuoYi
2022-01-14 10:53:03 +08:00
parent 14db619b20
commit d0a19e5b6f
4 changed files with 13 additions and 8 deletions

View File

@@ -127,5 +127,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.core.utils.file" };
}