bug记录(feign)——如果采用feign远程调用服务,则需要加请求参数相关注解 @PathVariable、@RequestParam、@RequestBody
第一种报错:405,methodnotallowed问题描述生产者有一个api,根据电影类型进行模糊查询,采用get方法,需要传一个参数name把这个api用feign在别的模块进行调用时,报了如下错误,405异常405,“error”:“MethodNotAllowed”,“path”:“/api/genre/findByName”feign.FeignException$MethodNotAl