1.maven仓库
<!-- https://mvnrepository.com/artifact/org.mybatis/mybatis -->
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.5.10</version>
</dependency>
2.GitHub : https://github.com/mybatis/mybatis-3
Mybatis官方文档 : http://www.mybatis.org/mybatis-3/zh/index.html
标签:10,www,如何,mybatis,获取,Mybatis,org From: https://www.cnblogs.com/wh521/p/16632375.html