作者 RuoYi

定时任务违规的字符

@@ -138,5 +138,5 @@ public class Constants @@ -138,5 +138,5 @@ public class Constants
138 * 定时任务违规的字符 138 * 定时任务违规的字符
139 */ 139 */
140 public static final String[] JOB_ERROR_STR = { "java.net.URL", "javax.naming.InitialContext", "org.yaml.snakeyaml", 140 public static final String[] JOB_ERROR_STR = { "java.net.URL", "javax.naming.InitialContext", "org.yaml.snakeyaml",
141 - "org.springframework", "org.apache", "com.ruoyi.common.utils.file" }; 141 + "org.springframework", "org.apache", "com.ruoyi.common.utils.file", "com.ruoyi.common.config" };
142 } 142 }