Skip to content

Commit 6815b5d

Browse files
authored
Merge pull request #2686 from pengchen211/patch-1
doc: update Chinese translation for configuration.xml
2 parents f81b68c + 16f82c8 commit 6815b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/zh/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2013,7 +2013,7 @@ public class C3P0DataSourceFactory extends UnpooledDataSourceFactory {
20132013
<mapper class="org.mybatis.builder.PostMapper"/>
20142014
</mappers>]]></source>
20152015

2016-
<source><![CDATA[<!-- 将包内的映射器接口实现全部注册为映射器 -->
2016+
<source><![CDATA[<!-- 将包内的映射器接口全部注册为映射器 -->
20172017
<mappers>
20182018
<package name="org.mybatis.builder"/>
20192019
</mappers>]]></source>

0 commit comments

Comments
 (0)