springBoot 集成mybatis-plus的时候出现的问题

Correct the classpath of your application so that it contains a single, compatible version of com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean

**1、**按照下面的这个链接提出的方法,很不错,因为springboot和mybatis-plus的版本不相容的原因 https://blog.csdn.net/Mint6/article/details/93379059

**2、**解决方法:删除其选择使用的重复了的jar包,一切正常。

你可能感兴趣的:(springBoot 集成mybatis-plus的时候出现的问题)