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 f81b68c + 16f82c8 commit 6815b5dCopy full SHA for 6815b5d
src/site/zh/xdoc/configuration.xml
@@ -2013,7 +2013,7 @@ public class C3P0DataSourceFactory extends UnpooledDataSourceFactory {
2013
<mapper class="org.mybatis.builder.PostMapper"/>
2014
</mappers>]]></source>
2015
2016
- <source><![CDATA[<!-- 将包内的映射器接口实现全部注册为映射器 -->
+ <source><![CDATA[<!-- 将包内的映射器接口全部注册为映射器 -->
2017
<mappers>
2018
<package name="org.mybatis.builder"/>
2019
0 commit comments