刚下载下来的项目启动时候mybatis-plus jar包报错

提问 2 2028
jack1123
jack1123 2020-03-18
[pre] 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.getLanguageDriver(MybatisMapperAnnotationBuilder.java:369) The following method did not exist: com.baomidou.mybatisplus.core.MybatisConfiguration.getLanguageDriver(Ljava/lang/Class;)Lorg/apache/ibatis/scripting/LanguageDriver; The method's class, com.baomidou.mybatisplus.core.MybatisConfiguration, is available from the following locations: jar:file:/E:/Maven/repository/com/baomidou/mybatis-plus-core/3.3.1/mybatis-plus-core-3.3.1.jar!/com/baomidou/mybatisplus/core/MybatisConfiguration.class It was loaded from the following location: file:/E:/Maven/repository/com/baomidou/mybatis-plus-core/3.3.1/mybatis-plus-core-3.3.1.jar Action: Correct the classpath of your application so that it contains a single, compatible version of com.baomidou.mybatisplus.core.MybatisConfiguration [/pre]
回帖
  • 感觉pom.xml在报错,重新下载一下对应的jar
    0 回复
  • jack1123
    jack1123 (楼主)
    2020-03-20
    我重新下了份没有问题了
    0 回复