【MyBatis】mybatis学习0--环境配置
时间:2021-01-27 13:29:35
收藏:0
阅读:0
1.MyBatis中文文档
https://mybatis.org/mybatis-3/zh/index.html
2.依赖
1 <dependency> 2 <groupId>org.mybatis</groupId> 3 <artifactId>mybatis</artifactId> 4 <version>x.x.x</version> 5 </dependency>
如不知道使用什么版本,可进入maven官网查询。
maven官网链接:
https://mvnrepository.com/
评论(0)