Required request body is missing
遇到这种问题,可以看一下controllerde 客户端请求方式有没有写错;
@PostMapping("/add")
public String add(@RequestBody String index) throws IOException {
return "add";
}
遇到这种问题,可以看一下controllerde 客户端请求方式有没有写错;
@PostMapping("/add")
public String add(@RequestBody String index) throws IOException {
return "add";
}