问题描述:
无法找到资源SqlMapConfig.xmlMybatis报错:Could not find resource SqlMapConfig.xml

解决方法:
在pom.xml中packaging是项目的打包类型,pom类型是用在父级工程或聚合工程中,用来做jar包的版本控制的,这里可以改为默认的jar类型或者用war类型。
Mybatis报错:Could not find resource SqlMapConfig.xml

相关文章:

  • 2021-09-17
  • 2021-09-18
  • 2020-05-30
  • 2021-09-28
  • 2021-10-15
  • 2021-11-01
  • 2018-11-07
  • 2021-09-01
猜你喜欢
  • 2020-03-30
  • 2021-11-09
  • 2021-09-29
  • 2021-09-01
  • 2019-10-07
  • 2021-08-27
  • 2020-10-28
  • 2021-11-08
相关资源
相似解决方案