common/src/main/java/com/ycl/common/constant/Constants.java
@@ -5,7 +5,7 @@ /** * 通用常量信息 * * * @author ycl */ public class Constants @@ -163,7 +163,7 @@ /** * 定时任务白名单配置(仅允许访问的包名,如其他需要可以自行添加) */ public static final String[] JOB_WHITELIST_STR = { "com.ycl.quartz.task" }; public static final String[] JOB_WHITELIST_STR = { "com.ycl.task" }; /** * 定时任务违规的字符