MyBatis Configuration: Root Element
In MyBatis, you can specify the root element of the configuration file by adding
例子:
Example:
<configuration>
<!-- 配置文件内容 -->
</configuration>
Many properties and child elements can be configured within the