0
点赞
收藏
分享

微信扫一扫

mybatis入门 (一)


1. 环境配置

  • ​​环境搭建 demo​​
  • ​​idea创建maven,maven的GroupId,ArtifactId​​
  • ​​IDEA Maven配置​​
  • ​​IDEA中Maven配置浅析​​
  • ​​Intellij IDEA 添加jar包的三种方式​​

2. 整体项目的 hello_world 代码

  • ​​mybatis 初步使用(IDEA的Maven项目, 超详细)​​

3. 遇到的报错问题

  • ​​Element ‘dependencies’ cannot have character[children],because the type’s content type is elemen​​
  • ​​Intellij idea 中 java.io.IOException: Could not find resource mybatis-config.xml 错误​​
  • ​​IDEA中mybatis 出现Could not find resource config/mybatis-config.xml​​
  • 奇怪的问题:Could not find resource mybatis-config.xml
  • pom.xml 中 build 标签里的 resource/directory --> /src/main/java 位置往前放就解决了。。。


举报

相关推荐

0 条评论