RuoYi
2023-07-06 22ebdb424df0bf8cde8a80d3c079b8f37cc6146c
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.framework.config" };
}