原有的項(xiàng)目上如何增加mybatisplus?
老師,我用的是idea,springboot2.1.3,還有activiti7,mybatisplus用的是3.3.2,多數(shù)據(jù)庫鏈接,但是啟動(dòng)后這話情況是為什么,網(wǎng)上找了很久都不對
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
2020-09-20
mybatis-plus和mybatis沖突