Skip to content

Commit b479cb3

Browse files
committed
Merge pull request #49 from kazuki43zoo/update-doc-for-direct-configuration
Improve doc for direct configuration without config file (related with gh-47)
2 parents d4849cc + c9f11c6 commit b479cb3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mybatis-spring-boot-autoconfigure/src/site/xdoc/index.xml.vm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,14 @@ public class CityDao {
237237
configuration
238238
</td>
239239
<td>
240-
A MyBatis <code>Configuration</code> bean.
240+
A MyBatis <code>Configuration</code> bean. About available properties see the <a href="http://www.mybatis.org/mybatis-3/configuration.html#settings">MyBatis reference page</a>.
241+
<span class="label important">NOTE</span> This property cannot use at the same time with the <code>config-location</code>.
241242
</td>
242243
</tr>
243244
</tbody>
244245
</table>
245246

246-
</subsection>
247+
</subsection>
247248

248249
<subsection name="Running Samples">
249250
<p>The project provides two samples so you play and experiment with them:</p>

0 commit comments

Comments
 (0)