码迷,mamicode.com
首页 > 其他好文 > 详细

【错误日志】NoSuchMethodError/Required String parameter 'id' is not present

时间:2020-04-04 22:40:23      阅读:77      评论:0      收藏:0      [点我收藏+]

标签:ref   操作   chm   href   var   red   ring   variable   str   

一、NoSuchMethodError

  因为对服务方进行了修改,没有进行install操作,导致消费方无法找到该方法。

二、Required String parameter ‘id‘ is not present

  前端使用result风格的url方式传递参数时:

 <a href="buy/${detail.id }">确认</a>

  后端却采用@RequestParam表单方式接收,改为@PathVariable解决。

【错误日志】NoSuchMethodError/Required String parameter 'id' is not present

标签:ref   操作   chm   href   var   red   ring   variable   str   

原文地址:https://www.cnblogs.com/709539062rao/p/12634478.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!