报错:
“status”: 500,
“error”: “Internal Server Error”
Resolved [org.springframework.web.bind.MissingPathVariableException:
Required URI template variable ‘id’ for method parameter type String
is not present]
原因:restful风格规范问题
在/removeById后面加上/{id},具体代码具体分析,报错原因是一样的