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

pull/410/MERGE
RuoYi 1 month ago
parent 2cbe4a8234
commit 2e009841ca

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

Loading…
Cancel
Save