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 e98c358 + f8d4123 commit 774a52dCopy full SHA for 774a52d
src/site/xdoc/getting-started.xml
@@ -125,7 +125,7 @@ SqlSessionFactory sqlSessionFactory =
125
Notice in this case the configuration is adding a mapper class.
126
Mapper classes are Java classes that
127
contain SQL Mapping Annotations
128
- that avoid the need for XML. However, due
+ that avoid the need for XML mapping. However, due
129
to some limitations of
130
Java Annotations and the complexity of some MyBatis mappings, XML
131
mapping is still required for the
0 commit comments