字典delete测试出现:Missing URI template variable 'id' for method parameter of type long
百度翻译:long类型的方法参数缺少uri模板变量“id”
百度解决方法:查看其中一篇微博说是SpringMVC参数注解@PathVariable的问题
尝试解决第一次:在形参上去掉@PathVariable,重启项目
成功..
本文共 248 字,大约阅读时间需要 1 分钟。
字典delete测试出现:Missing URI template variable 'id' for method parameter of type long
百度翻译:long类型的方法参数缺少uri模板变量“id”
百度解决方法:查看其中一篇微博说是SpringMVC参数注解@PathVariable的问题
尝试解决第一次:在形参上去掉@PathVariable,重启项目
成功..
转载于:https://www.cnblogs.com/LearnSB/p/11101066.html