spring接口调用 参数一直为null
2025-5-28
| 2025-5-28
0  |  Read Time 0 min
type
status
date
slug
summary
tags
category
icon
password
现象就是接口调用,requestbody传了进去,字段一直取不到,一直为null
 
排查方式:
字段名匹配
robotCode, userName 是否与类中字段一致
是否加了 @RequestBody
Content-Type 是否为 JSON
是否有构造器或 Lombok 注解
例如使用 @Data 可省略 getter/setter
 
 
最后排查出来的结论就是:
notion image
 
 
 
导入的包不对,这样bind不到body
 
system design interview by alex xusupervisorctl命令
Loading...
Catalog