昨天作者在使用feign传参的时候遇到了一篇文章,采用加如httpClient的jar包

    com.netflix.feign
    feign-httpclient
    8.18.0


    最后导致出现了以下错误 表示一脸蒙圈

    1. Servlet.service() for servlet [dispatcherServlet] in context with pat
    2. h [] threw exception [Handler dispatch failed; nested exception
    3. is java.lang.NoSuchMethodError: feign.Response.create(ILjava/lang/String;Ljava/util/Map;Lfeign/Response$Body;)
    4. Lfeign/Response;] with root cause
    5. java.lang.NoSuchMethodError: feign.Response.create(ILjava/lang/String;Ljava/util/Map;Lfeign/Response$Body;)Lfeign/Response;

    最后移除了这个依赖就好了!!!!