An attempt was made to call the method com.baomidou.mybatisplus.core.MybatisConfiguration.getLangu


An attempt was made to call the method 

com.baomidou.mybatisplus.core.MybatisConfiguration.getLanguageDriver(Ljava/lang/Class;)

Lorg/apache/ibatis/scripting/LanguageDriver; but it does not exist. Its class, 

com.baomidou.mybatisplus.core.MybatisConfiguration, is available from the following 

locations:

    jar:file:/C:/Users/Administrator.USER-

20151012WY/.m2/repository/com/baomidou/mybatis-plus-core/3.1.1/mybatis-plus-core-

3.1.1.jar!/com/baomidou/mybatisplus/core/MybatisConfiguration.class

It was loaded from the following location:

    file:/C:/Users/Administrator.USER-20151012WY/.m2/repository/com/baomidou/mybatis-

plus-core/3.1.1/mybatis-plus-core-3.1.1.jar


Action:

Correct the classpath of your application so that it contains a single, compatible 

version of com.baomidou.mybatisplus.core.MybatisConfiguration

使用mybatis-plus时报错,后来发现是parent和model的版本冲突了

你可能感兴趣的:(An attempt was made to call the method com.baomidou.mybatisplus.core.MybatisConfiguration.getLangu)