RuoYi
2022-04-02 a3e1e7715bdf2924af34e3f69b773b120f147ee5
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" };
}