最新版,历史版下载地址 jar包,源码包
https://github.com/mybatis/mybatis-3/
https://github.com/mybatis/mybatis-3/releases
最新版,历史版下载地址 jar包,源码包
http://repo1.maven.org/maven2/org/mybatis/mybatis/
另一个
http://code.google.com/p/mybatis/
mybatis 中文在线文档
http://www.mybatis.org/mybatis-3/zh/index.html
maven
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.4.2</version>
</dependency>
所有产品
http://blog.mybatis.org/p/products.html
Products
Project | Description | Links |
MyBatis 3 | SQL Mapping Framework for Java | download | docs |
Generator | Code generator for MyBatis and iBATIS | download | docs | eclipse plugin |
Migrations | Migrations database change management tool | download | docs |
Migrations Maven Plugin | Maven plugin for Migrations | download | docs |
MyBatipse | Eclipse plugin for MyBatis | download | docs |
MyBatis for Scala | MyBatis for Scala | download | docs |
Integration
Project | Description | Links |
Spring | Integration with Spring | download | docs |
Spring Boot Starter | Integration with Spring Boot | download | docs |
Guice | Integration with Guice | download | docs |
CDI | Integration with CDI | download | docs |
Velocity | Velocity scripting plugin | download | docs |
Freemarker | Freemarker scripting plugin | download | docs |
OSCache | OsCache cache plugin | download | docs |
EHCache | EhCache cache plugin | download | docs |
Hazelcast | Hazelcast cache plugin | download | docs |
Memcached | Memcached cache plugin | download | docs |
Redis | Redis cache plugin | download | docs |
Ignite | Apache Ignite cache plugin | download | docs |
Examples
Project | Description | Links |
JPetStore 6 | MyBatis Web application sample | download | docs |
Ports
Project | Description | Links |
MyBatis.NET | MyBatis .NET native port | Google Code Project |
Related Projects
Project | Description | Links |
Cacheonix | Cacheonix distributed cache | Home Site |
Third party generator plugins | Third party generator plugins | Plugin list |
MyBatis Editor | MyBatis Editor eclipse plugin | Google Code Project |
ibatis2mybatis | iBATIS -> MyBatis XML files migrator | Github Project |