使用mybatis时出现了Could not find resource EmployeeMapper.xml和Could not find resource mybatis-config.xml两种错误,原因是我把他们放在src的某个文件夹下了,但是这样根本不管用,程序读取不到,应该把他们直接放在src下面,这样就成功了。

相关文章:

  • 2021-06-10
  • 2021-09-11
  • 2021-08-15
  • 2021-12-28
  • 2021-04-26
猜你喜欢
  • 2021-05-10
  • 2021-11-18
  • 2022-01-07
  • 2021-05-07
相关资源
相似解决方案