【MyBatis】学习笔记000--环境配置

1.MyBatis中文文档

https://mybatis.org/mybatis-3/zh/index.html

2.依赖

<dependency>
  <groupId>org.mybatis</groupId>
  <artifactId>mybatis</artifactId>
  <version>x.x.x</version>
</dependency>

如不知道使用什么版本,可进入maven官网查询。

maven官网链接:

https://mvnrepository.com/

posted @ 2021-01-26 14:07  AirCL  阅读(60)  评论(0编辑  收藏  举报