mirror of https://gitee.com/y_project/RuoYi.git
定时任务白名单配置范围缩小
parent
d43fea60e2
commit
fd37e8b4a7
|
@ -105,7 +105,7 @@ public class Constants
|
|||
/**
|
||||
* 定时任务白名单配置(仅允许访问的包名,如其他需要可以自行添加)
|
||||
*/
|
||||
public static final String[] JOB_WHITELIST_STR = { "com.ruoyi" };
|
||||
public static final String[] JOB_WHITELIST_STR = { "com.ruoyi.quartz.task" };
|
||||
|
||||
/**
|
||||
* 定时任务违规的字符
|
||||
|
|
Loading…
Reference in New Issue