@ResponseBody : 表示返回的对象,Spring会自动把该对象进行json转化,最后写入到Response中。 @ResponseStatus(HttpStatus.BAD_REQUEST) : 表示设置状态码。