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

相关推荐

  1. Bug汇总

    2024-07-11 21:30:04       21 阅读
  2. PX4 Bug汇总

    2024-07-11 21:30:04       55 阅读
  3. python遇到bug问题汇总

    2024-07-11 21:30:04       49 阅读
  4. node依赖安装的bug汇总

    2024-07-11 21:30:04       31 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-07-11 21:30:04       67 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-07-11 21:30:04       72 阅读
  3. 在Django里面运行非项目文件

    2024-07-11 21:30:04       58 阅读
  4. Python语言-面向对象

    2024-07-11 21:30:04       69 阅读

热门阅读

  1. LVS集群(二)

    2024-07-11 21:30:04       22 阅读
  2. vscode连接unbuntu失败,显示Downloading vs code server...

    2024-07-11 21:30:04       20 阅读
  3. Memcached介绍和详解

    2024-07-11 21:30:04       20 阅读
  4. Qt常用基础控件总结—表格控件(QTableWidget类)

    2024-07-11 21:30:04       23 阅读
  5. pudb: Python的图形化调试器

    2024-07-11 21:30:04       25 阅读
  6. 派森学长带你学python—字符串

    2024-07-11 21:30:04       21 阅读
  7. DP学习——设计模式怎么来的?

    2024-07-11 21:30:04       18 阅读
  8. 7.10飞书一面

    2024-07-11 21:30:04       17 阅读
  9. wpf 不同 DataContext 之间的通讯

    2024-07-11 21:30:04       21 阅读
  10. 状态同步和帧同步原理细节

    2024-07-11 21:30:04       22 阅读
  11. easy-poi实现动态列(标题)、多sheet导出excel

    2024-07-11 21:30:04       23 阅读
  12. null empty

    2024-07-11 21:30:04       17 阅读
  13. C++反射的实现方式

    2024-07-11 21:30:04       21 阅读
  14. Visual Studio Code:深度解析与开发者的新宠

    2024-07-11 21:30:04       24 阅读