Update Constants.java

This commit is contained in:
wangchen147 2025-05-13 12:25:22 +08:00
parent 5dbd3b4cd6
commit 0acb40ddd4

View File

@ -65,6 +65,6 @@ public class Constants
/**
* 定时任务白名单配置仅允许访问的包名如其他需要可以自行添加
*/
public static final String[] JOB_WHITELIST_STR = { "com.ruoyi.quartz.task" };
public static final String[] JOB_WHITELIST_STR = {};
}
}