We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7123141 + 5b8f785 commit 9b84acbCopy full SHA for 9b84acb
README
@@ -1,3 +1,6 @@
1
The MyBatis data mapper framework makes it easier to use a relational database with object-oriented applications.
2
MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations.
3
-Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.
+Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.
4
+
5
+See the docs in: http://mybatis.github.com/mybatis-3
6
+Download sources, jars and bundles from: http://repo1.maven.org/maven2/org/mybatis/mybatis/
0 commit comments