소스 검색

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

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