springcloud学习:Description:An attempt was made to call a method that does not exist,guava包异常

报错:


***************************
APPLICATION FAILED TO START
***************************

Description:

An attempt was made to call a method that does not exist. The attempt was made from the following location:

    springfox.documentation.spring.web.scanners.ApiListingScanner.scan(ApiListingScanner.java:117)

The following method did not exist:

    com.google.common.collect.FluentIterable.append(Ljava/lang/Iterable;)Lcom/google/common/collect/FluentIterable;

The method's class, com.google.common.collect.FluentIterable, is available from the following locations:

    jar:file:/E:/LearningSoftware/MyRepository3.5.3/com/google/guava/guava/15.0/guava-15.0.jar!/com/google/common/collect/FluentIterable.class

It was loaded from the following location:

    file:/E:/LearningSoftware/MyRepository3.5.3/com/google/guava/guava/15.0/guava-15.0.jar


Action:

Correct the classpath of your application so that it contains a single, compatible version of com.google.common.collect.FluentIterable


Process finished with exit code 1

 

解决方法:

可能是jar包版本问题,切换一下版本,我这里是15的换成20的就可以了

 

 

参考:https://blog.csdn.net/u010886217/article/details/84500546

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
当出现"An attempt was made to call a method that does not exist"的错误时,意味着尝试调用一个不存在的方法。这通常是由于以下几种原因之一引起的: 1. 方法名称拼写错误:请检查代码中尝试调用的方法名称是否正确拼写。确保方法名称与其定义的方法名称完全匹配。 2. 方法不存在于当前作用域中:确保你正在调用的方法在当前作用域中是可见的。如果方法定义在其他类或中,你需要通过正确的类名或名来调用它。 3. 方法参数错误:如果方法在定义时具有参数,你需要确保调用方法时提供的参数与方法定义中的参数类型和数量匹配。 为了解决这个问题,你可以采取以下步骤: 1. 检查方法名称的拼写:仔细检查代码中尝试调用的方法名称,确保没有任何拼写错误。 2. 确认方法的可见性:确保你正在调用的方法在当前作用域中是可见的。如果方法定义在其他类或中,你需要使用正确的类名或名来调用它。 3. 检查方法参数:如果方法在定义时具有参数,请确保调用方法时提供的参数与方法定义中的参数类型和数量匹配。 4. 确认方法是否存在:如果以上步骤都没有解决问题,那么可能是因为你尝试调用的方法根本不存在。在这种情况下,你需要检查代码是否正确引入了和类,并确保方法确实存在于所引用的类中。 综上所述,当出现"An attempt was made to call a method that does not exist"的错误时,你应该仔细检查方法名称的拼写,确认方法的可见性,检查方法的参数,并确保方法确实存在于所引用的类中。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值