org.springframework.web.bind.MissingPathVariableException: Missing URI template variable 'productCode' for method parameter of type String

今天写接口时从前端传递参数到后台,但是总是接收不到参数,原来是我没理解@PathVariable的含义

原来使用@PathVariable需要在地址后面添加参数

如果不添加参数则使用@requestpara

每日踩坑记录一下

posted @ 2020-12-17 14:44  snail-2018  阅读(37)  评论(0)    收藏  举报