Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

我这是版本太高了? #11

Open
alxe1528 opened this issue Jul 9, 2024 · 0 comments
Open

我这是版本太高了? #11

alxe1528 opened this issue Jul 9, 2024 · 0 comments

Comments

@alxe1528
Copy link

alxe1528 commented Jul 9, 2024

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

com.baomidou.mybatisplus.core.MybatisMapperAnnotationBuilder.parse(MybatisMapperAnnotationBuilder.java:122)

The following method did not exist:

'void org.apache.ibatis.session.Configuration.parsePendingMethods(boolean)'

The calling method's class, com.baomidou.mybatisplus.core.MybatisMapperAnnotationBuilder, was loaded from the following location:

jar:file:/D:/soft/java/maven/repository/com/baomidou/mybatis-plus-core/3.5.6/mybatis-plus-core-3.5.6.jar!/com/baomidou/mybatisplus/core/MybatisMapperAnnotationBuilder.class

The called method's class, org.apache.ibatis.session.Configuration, is available from the following locations:

jar:file:/D:/soft/java/maven/repository/org/mybatis/mybatis/3.5.11/mybatis-3.5.11.jar!/org/apache/ibatis/session/Configuration.class

The called method's class hierarchy was loaded from the following locations:

org.apache.ibatis.session.Configuration: file:/D:/soft/java/maven/repository/org/mybatis/mybatis/3.5.11/mybatis-3.5.11.jar

Action:

Correct the classpath of your application so that it contains compatible versions of the classes com.baomidou.mybatisplus.core.MybatisMapperAnnotationBuilder and org.apache.ibatis.session.Configuration

spring boot : 3.2.6
mybatis 3.5.16
mybatis-plus:3.5.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant