springboot启动时报:An attempt was made to call a method that does not exist

Description:

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

    org.springframework.context.annotation.ConfigurationClassUtils.checkConfigurationClassCandidate(ConfigurationClassUtils.java:108)

The following method did not exist:

    org.springframework.core.type.AnnotationMetadata.introspect(Ljava/lang/Class;)Lorg/springframework/core/type/AnnotationMetadata;

The method's class, org.springframework.core.type.AnnotationMetadata, is available from the following locations:

    jar:file:/D:/chengxuruanjian/apache-maven-3.6.3/repository/org/springframework/spring-core/5.1.9.RELEASE/spring-core-5.1.9.RELEASE.jar!/org/springframework/core/type/AnnotationMetadata.class

It was loaded from the following location:

    file:/D:/chengxuruanjian/apache-maven-3.6.3/repository/org/springframework/spring-core/5.1.9.RELEASE/spring-core-5.1.9.RELEASE.jar


Action:

Correct the classpath of your application so that it contains a single, compatible version of org.springframework.core.type.AnnotationMetadata


Process finished with exit code 1

启动时报这个错误,肯定是springboot的版本和依赖的版本对不上,只需要把依赖的版本改成和springboot相同的版本一样就行了。

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
当出现"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"的错误时,你应该仔细检查方法名称的拼写,确认方法的可见性,检查方法的参数,并确保方法确实存在于所引用的类中。

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值