IDEA对xml文件处理的方式不同

在Eclipse中到dao文件与mapper.xml文件只要在同一级目录下即可

在IDEA中mapper.xml要放在resources目录下

注:resources只能创建Directory 文件夹, 下面要想创建文件夹,就不能以(.)的形式,例如mapper.account,名称是“mapper.account”,而不是mapper文件夹下的account文件夹。

相关文章:

  • 2021-04-20
  • 2020-03-24
  • 2020-04-16
  • 2018-05-05
  • 2021-08-01
  • 2022-01-26
  • 2021-05-19
猜你喜欢
  • 2021-08-12
  • 2021-05-11
  • 2021-10-16
  • 2022-12-23
  • 2021-09-19
  • 2021-12-12
  • 2022-12-23
相关资源
相似解决方案