Explorar o código

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

RuoYi %!s(int64=2) %!d(string=hai) anos
pai
achega
4f7bcef44c

+ 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
      * 定时任务违规的字符