Skip to content

Commit 2e49ae0

Browse files
committed
Small doc addition. [ci skip]
1 parent 6a9d1b9 commit 2e49ae0

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

src/site/xdoc/configuration.xml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1766,14 +1766,11 @@ public class C3P0DataSourceFactory extends UnpooledDataSourceFactory {
17661766
configuration elements, we’re ready to define our mapped SQL
17671767
statements. But first, we need to tell MyBatis where to find them.
17681768
Java doesn’t really provide any good means of auto-discovery in
1769-
this
1770-
regard, so the best way to do it is to simply tell MyBatis
1771-
where to
1772-
find the mapping files. You can use class path relative
1773-
resource
1774-
references, or literal, fully qualified url references
1775-
(including
1776-
<code>file:///</code> URLs). For example:
1769+
this regard, so the best way to do it is to simply tell MyBatis
1770+
where to find the mapping files. You can use class path relative
1771+
resource references, fully qualified url references
1772+
(including <code>file:///</code> URLs), class names or package names.
1773+
For example:
17771774
</p>
17781775
<source><![CDATA[<!-- Using classpath relative resources -->
17791776
<mappers>
@@ -1803,8 +1800,7 @@ public class C3P0DataSourceFactory extends UnpooledDataSourceFactory {
18031800

18041801
<p>
18051802
These statement simply tell MyBatis where to go from here. The
1806-
rest of
1807-
the details are in each of the SQL Mapping files, and that’s
1803+
rest of the details are in each of the SQL Mapping files, and that’s
18081804
exactly what the next section will discuss.
18091805
</p>
18101806
</subsection>

0 commit comments

Comments
 (0)