You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mybatis-spring-boot-autoconfigure/src/site/xdoc/index.xml.vm
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -237,13 +237,14 @@ public class CityDao {
237
237
configuration
238
238
</td>
239
239
<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>.
241
242
</td>
242
243
</tr>
243
244
</tbody>
244
245
</table>
245
246
246
-
</subsection>
247
+
</subsection>
247
248
248
249
<subsection name="Running Samples">
249
250
<p>The project provides two samples so you play and experiment with them:</p>
0 commit comments