SpringBoot中使用Mybatis-Plus和pageHelper的依赖冲突问题

因为mybatis-plus 中 引入了 mybatis 和mybatis-spring 与pagehelper冲突了


    com.github.pagehelper
    pagehelper-spring-boot-starter
    1.2.10
    
        
            org.mybatis
            mybatis
        
        
            org.mybatis
            mybatis-spring
        
    

你可能感兴趣的:(SpringBoot中使用Mybatis-Plus和pageHelper的依赖冲突问题)