定时任务白名单配置范围缩小

This commit is contained in:
RuoYi 2024-03-11 11:07:29 +08:00
parent 50339c6f73
commit d93e2b9df0
1 changed files with 1 additions and 1 deletions

View File

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