Skip to content

Commit 5a4c0d9

Browse files
authored
Update configuration.xml
Change the Chinese tranlation for comment 'Register all interfaces in a package as mappers'.
1 parent a49b3fa commit 5a4c0d9

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
@@ -2001,7 +2001,7 @@ public class C3P0DataSourceFactory extends UnpooledDataSourceFactory {
20012001
<mapper class="org.mybatis.builder.PostMapper"/>
20022002
</mappers>]]></source>
20032003

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

0 commit comments

Comments
 (0)