栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Java

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

Java 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

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

解决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.(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包,再试一下就可以正常启动了

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/530780.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号