RuoYi
2022-02-26 a30622b46051a3c22cf47a15a2280adfcce66290
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java
@@ -127,5 +127,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.core.utils.file" };
}