@RequestBody報415,由於maven沒添加依賴

controller的代碼以下:web @RequestMapping("/test") public String test(@RequestBody User user){ System.out.println(user.getName()); return "demo"; } 我在postman中填寫json { "id":"1",
相關文章
相關標籤/搜索