相关问题
- Jackson Deserialization not calling deserialize on
- How can I create this custom Bottom Navigation on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Bottom Navigation View gets Shrink Down
如果参数放到请求实体上:
1、得到JSON字符串
String requestBody = request.getAttribute(“requestBody”).toString();
//2、字符串转换成对象
方法上添加
@ResponseBody
@RequestMapping("/path")
用@RequestBody注解