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
相关推荐
·云扬·8 小时前
【BUG】远程连接阿里云服务器上的redis报错
服务器·阿里云·bug
upp10 小时前
[bug]解决vscode+cline使用mcp服务报错spawn npx enoent spawn npx enoent
ide·vscode·bug·js
shenxiaolong_code11 小时前
编译器bug ?
c++·bug·meta programming·compiler bug
枸杞配码1 天前
arthas线上不停机修改bug
ide·pycharm·bug
Htht1111 天前
【Github】之【Bug】一直无法连接github的ssh
ssh·github·bug
致微3 天前
Vue项目 bug 解决
前端·vue.js·bug
网安小陈3 天前
【网安】处理项目中的一些常见漏洞bug(java相关)
java·开发语言·数据库·安全·web安全·网络安全·bug
北冥有鱼被烹5 天前
【问题记录】C语言一个程序bug定位记录?(定义指针数组忘记[])
c语言·bug
越学不动啦6 天前
三、概念篇+Bug篇
bug·测试·软件测试入门·bug测试
伏游6 天前
【BUG】生产环境死锁问题定位排查解决全过程
服务器·数据库·spring boot·后端·postgresql·bug