自动识别json对象白名单配置范围缩小

pull/432/head
RuoYi 1 month ago
parent 6b0bd81f56
commit d5d6b9789c

@ -120,7 +120,7 @@ public class Constants
/**
* json
*/
public static final String[] JSON_WHITELIST_STR = { "org.springframework", "com.ruoyi" };
public static final String[] JSON_WHITELIST_STR = { "com.ruoyi" };
/**
* 访

Loading…
Cancel
Save