IDEA 建立mybatis-plus项目出现"Invalid bound statement (not found)"如何处理
首先这个问题是怎么出现的
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): xxxx
语法错误 (xml的标签与接口方法不对应)
参数类型错误 (xml的传参参数与返回参数错误)
编译
...