Skip to content

Commit

Permalink
Merge pull request mybatis#1051 from IAMTJW/master
Browse files Browse the repository at this point in the history
update the incorrect translation
  • Loading branch information
kazuki43zoo authored Aug 20, 2017
2 parents 4a2ca92 + 8b2211c commit 6f6a2f0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/site/zh/xdoc/configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<body>
<section name="XML 映射配置文件">
<p>MyBatis 的配置文件包含了影响 MyBatis 行为甚深的设置(settings)和属性(properties)信息。文档的顶层结构如下:</p>
<p>MyBatis 的配置文件包含了会深深影响 MyBatis 行为的设置(settings)和属性(properties)信息。文档的顶层结构如下:</p>

<ul>
<li>
Expand Down Expand Up @@ -313,8 +313,7 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
safeRowBoundsEnabled
</td>
<td>
允许在嵌套语句中使用分页(RowBounds)。
If allow, set the false.
允许在嵌套语句中使用分页(RowBounds)。如果允许使用则设置为false。
</td>
<td>
true | false
Expand All @@ -328,8 +327,7 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
safeResultHandlerEnabled
</td>
<td>
允许在嵌套语句中使用分页(ResultHandler)。
If allow, set the false.
允许在嵌套语句中使用分页(ResultHandler)。如果允许使用则设置为false。
</td>
<td>
true | false
Expand Down

0 comments on commit 6f6a2f0

Please sign in to comment.