刘元博
2023-04-15 6a18e063394a1fdf1b4c7e0a3498b85a988221b9
ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java
@@ -138,5 +138,5 @@
     * 定时任务违规的字符
     */
    public static final String[] JOB_ERROR_STR = { "java.net.URL", "javax.naming.InitialContext", "org.yaml.snakeyaml",
            "org.springframework", "org.apache", "com.ruoyi.common.utils.file" };
            "org.springframework", "org.apache", "com.ruoyi.common.utils.file", "com.ruoyi.common.config" };
}