@Controller(控制器)+@ResponseBody(返回json)=@RestController
SpringMVC解析post请求的json数据要加@RequestBody(将json转为对象)