Maven依赖冲突

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:

    com.baomidou.mybatisplus.extension.plugins.inner.PaginationInnerInterceptor.<clinit>(PaginationInnerInterceptor.java:70)

The following method did not exist:

    net.sf.jsqlparser.schema.Column.withColumnName(Ljava/lang/String;)Lnet/sf/jsqlparser/schema/Column;

The method's class, net.sf.jsqlparser.schema.Column, is available from the following locations:

    jar:file:/E:/apache-maven-3.8.1-bin/localMaven3.8.1/com/github/jsqlparser/jsqlparser/3.2/jsqlparser-3.2.jar!/net/sf/jsqlparser/schema/Column.class

The class hierarchy was loaded from the following locations:

    net.sf.jsqlparser.schema.Column: file:/E:/apache-maven-3.8.1-bin/localMaven3.8.1/com/github/jsqlparser/jsqlparser/3.2/jsqlparser-3.2.jar
    net.sf.jsqlparser.parser.ASTNodeAccessImpl: file:/E:/apache-maven-3.8.1-bin/localMaven3.8.1/com/github/jsqlparser/jsqlparser/3.2/jsqlparser-3.2.jar


Action:

Correct the classpath of your application so that it contains a single, compatible version of net.sf.jsqlparser.schema.Column


Process finished with exit code 1

MavenHelper

它可以帮助我们更好的管理Maven的依赖
这里我们需要借助一个插件——MavenHelper
在这里插入图片描述

下载好插件后,随便打开一个pom.xml文件,点击红框内
在这里插入图片描述

可进入下面的页面
在这里插入图片描述

点击对应的依赖,可以查看具体的冲突
在这里插入图片描述

也可以根据具体的冲突查看到底是哪一块pom出了问题
右击可选择查看模式
在这里插入图片描述

  • Jump to Left Tree
    • 以树形查看依赖

在这里插入图片描述

  • Jump to Source
    • 在pom.xml 文件中查看依赖
    • 直接跳转到对应的依赖处

在这里插入图片描述

  • Exclude
    • 将该依赖排除
    • 这是比较常用的,点击之后,pom中会自动生成排除的代码

在这里插入图片描述

最后再去页面中刷新一下UI以及重新导入,就可以看到冲突消失了
在这里插入图片描述

冲突消失后,上面会出现No conflicts的字样
在这里插入图片描述

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值