自学内容网 自学内容网

Bug汇总

1.mybatis

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.i7i8i9.base1.mapper.SysUserMapper.queryList

原因:yml配置错误

    错误配置:

    

 #数mybatis
mybatis:
  mapper-locations:
    classpath: /mapper/*.xml

正确配置:

 

mybatis:
  mapper-locations: classpath:/mapper/*.xml


原文地址:https://blog.csdn.net/rapid2011/article/details/140361259

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!