ibatis.binding.BindingException: Invalid bound statement (not found)

前提: 1. mybatis的xml文件在resources/mapper路径下: 2. application.yml中mybatis相关配置如下: mybatis: mapper-locations: classpath*:resources/mapper/*.xml 于是程序启动一旦调用数据库查询就出现了如下问题: ibatis.binding.BindingException: Inval
相关文章
相关标签/搜索