2021-07-19 14:16:49.009 WARN 15236 --- [nio-8801-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingPathVariableException: Missing URI template variable 'orderId' for method parameter of type String]
报错信息如上
解决办法:
1、检查请求的地址是否正确
2、查看请求的mapping是否对应
3、查看请求参数是否对应,不对应要加上@RequestParam注解