昨天作者在使用feign传参的时候遇到了一篇文章,采用加如httpClient的jar包
com.netflix.feign
feign-httpclient
8.18.0
最后导致出现了以下错误 表示一脸蒙圈
Servlet.service() for servlet [dispatcherServlet] in context with pat
h [] threw exception [Handler dispatch failed; nested exception
is java.lang.NoSuchMethodError: feign.Response.create(ILjava/lang/String;Ljava/util/Map;Lfeign/Response$Body;)
Lfeign/Response;] with root cause
java.lang.NoSuchMethodError: feign.Response.create(ILjava/lang/String;Ljava/util/Map;Lfeign/Response$Body;)Lfeign/Response;
最后移除了这个依赖就好了!!!!