druid-spring-boot-starter 和 mybatis-plus-boot-starter 书写顺序,造成的错误

报错:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)

解决方法:alibaba的druid数据库连接池,要优先于mybatis-plus-boot-starter。
druid-spring-boot-starter 和 mybatis-plus-boot-starter 书写顺序

相关文章: