解决An attempt was made to call a method that does not exit问题

在学习SpringCloud并搭建环境时遇到应用启动失败的问题,错误信息显示尝试调用的方法不存在。错误源于不同版本的javax.persistence.PersistenceContext类导致的冲突。解决方案是删除项目库中指定的jar包,使得应用仅使用J:/Java/repository路径下的jar包,从而解决了启动问题。
摘要由CSDN通过智能技术生成

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

  1. 最近在学习springcloud,搭建初始环境的时候遇到了这个问题, 在启动SpringBoot的时候不成功,弹出如下错误
Description:

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

    org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor$PersistenceElement.<init>(PersistenceAnnotationBeanPostProcessor.java:671)

The following method did not exist:

    javax.persistence.PersistenceContext.synchronization()Ljavax/persistence/SynchronizationType;

The method's class, javax.persistence.PersistenceContext, is available from the following locations:

    jar:file:/J:/IDEA/com.itcast/lib/javax.persistence.jar!/javax/persistence/PersistenceContext.class
    jar:file:/J:/Java/repository/javax/persistence/javax.persistence-api/2.2/javax.persistence-api-2.2.jar!/javax/persistence/PersistenceContext.class

It was loaded from the following location:

    file:/J:/IDEA/com.itcast/lib/javax.persistence.jar


Action:

Correct the classpath of your application so that it contains a single, compatible version of javax.persistence.PersistenceContext


Process finished with exit code 1

2.解决方法
在当前项目的库中删除提示的jar包 ,这样就默认只调用J:/Java/repository下的jar包,再试一下就可以正常启动了
在这里插入图片描述
在这里插入图片描述

评论 10
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值