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.
1 parent d8e7826 commit 771dc1bCopy full SHA for 771dc1b
pom.xml
@@ -31,10 +31,10 @@
31
<version>3.1.0-SNAPSHOT</version>
32
<packaging>jar</packaging>
33
34
- <name>mybatis</name>
+ <name>MyBatis</name>
35
<description>
36
- The mybatis data mapper framework makes it easier to use a relational database with object-oriented
37
- applications. mybatis couples objects with stored procedures or SQL statements using a XML descriptor or
+ The MyBatis data mapper framework makes it easier to use a relational database with object-oriented
+ applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or
38
annotations. Simplicity is the biggest advantage of the mybatis data mapper over object relational mapping
39
tools.
40
</description>
0 commit comments