|
|
@ -138,5 +138,5 @@ public class Constants |
|
|
|
* 定时任务违规的字符 |
|
|
|
* 定时任务违规的字符 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static final String[] JOB_ERROR_STR = { "java.net.URL", "javax.naming.InitialContext", "org.yaml.snakeyaml", |
|
|
|
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" }; |
|
|
|
} |
|
|
|
} |
|
|
|