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.
1 parent 2841e6a commit c9cb7fbCopy full SHA for c9cb7fb
src/site/zh/xdoc/java-api.xml
@@ -586,7 +586,7 @@ class UserSqlBuilder {
586
}
587
}]]></source>
588
589
- <p>This example shows usage that share an sql provider class to all mapper methods using global configuration(Available since 3.5.6):</p>
+ <p>这是一个在全局配置下仅用一个 sql provider 类而共享所有的映射方法的例子(3.5.6 后可用):</p>
590
<source><![CDATA[
591
Configuration configuration = new Configuration();
592
configuration.setDefaultSqlProviderType(TemplateFilePathProvider.class); // Specify an sql provider class for sharing on all mapper methods
0 commit comments