1丶原因 long类型的方法参数缺少uri模板变量“id” 问题出现的原因是使用@PathVariable注解而没有采用rest的写法 如下图所示 2丶解决方案如下 在@RequestMapping("/deleteVersionInfo/{id}")加上{id}