Skip to content

Commit c9cb7fb

Browse files
Update java-api.xml
I make some paraphrases rather than direct translations to avoid repeating the “使用” in Chinese words.
1 parent 2841e6a commit c9cb7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/zh/xdoc/java-api.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ class UserSqlBuilder {
586586
}
587587
}]]></source>
588588

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>
589+
<p>这是一个在全局配置下仅用一个 sql provider 类而共享所有的映射方法的例子(3.5.6 后可用):</p>
590590
<source><![CDATA[
591591
Configuration configuration = new Configuration();
592592
configuration.setDefaultSqlProviderType(TemplateFilePathProvider.class); // Specify an sql provider class for sharing on all mapper methods

0 commit comments

Comments
 (0)