【异常】Name for argument type [java.lang.Long] not available, and parameter name information not found 

参数需要声明

主动声明参数绑定,@RequestParam(value="id")这个加在参数前面表示此参数作为响应参数


@PathVariable(value = "id")