ソースを参照

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

RuoYi 2 年 前
コミット
4f7bcef44c
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java

+ 1 - 1
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java

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