稚屿
2022-02-09 c99eb98001e22f671ce514268231edcd27fc73ef
ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java
@@ -163,5 +163,5 @@
     * 定时任务违规的字符
     */
    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" };
}