原有的项目上如何增加mybatisplus?

来源:3-1 普通查询

慕码人5437048

2020-07-04 14:21

老师,我用的是idea,springboot2.1.3,还有activiti7,mybatisplus用的是3.3.2,多数据库链接,但是启动后这话情况是为什么,网上找了很久都不对

APPLICATION FAILED TO START
Description:
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:/D:/apache-maven/local-maven-repository/com/baomidou/mybatis-plus-core/3.3.2/mybatis-plus-core-3.3.2.jar!/com/baomidou/mybatisplus/core/MybatisConfiguration.class
It was loaded from the following location:
file:/D:/apache-maven/local-maven-repository/com/baomidou/mybatis-plus-core/3.3.2/mybatis-plus-core-3.3.2.jar
Action:
Correct the classpath of your application so that it contains a single, compatible version of com.baomidou.mybatisplus.core.MybatisConfiguration
Process finished with exit code 1

写回答 关注

1回答

  • 慕田峪5862618
    2020-09-20 20:29:20

    mybatis-plus和mybatis冲突

MyBatis-Plus入门

MyBatis-Plus框架入门必学课程!

56141 学习 · 381 问题

查看课程

相似问题