13693261870
2025-06-20 5e03601fc0a02b62055418d46647892492e4e9cc
se-common/src/main/java/com/terra/common/constant/Constants.java
@@ -3,7 +3,7 @@
/**
 * 通用常量信息
 * 
 * @author ruoyi
 * @author admin
 */
public class Constants
{
@@ -120,12 +120,12 @@
    /**
     * 自动识别json对象白名单配置(仅允许解析的包名,范围越小越安全)
     */
    public static final String[] JSON_WHITELIST_STR = { "org.springframework", "com.ruoyi" };
    public static final String[] JSON_WHITELIST_STR = { "org.springframework", "com.terra" };
    /**
     * 定时任务白名单配置(仅允许访问的包名,如其他需要可以自行添加)
     */
    public static final String[] JOB_WHITELIST_STR = { "com.ruoyi.job.task" };
    public static final String[] JOB_WHITELIST_STR = { "com.terra.job.task" };
    /**
     * 定时任务违规的字符