🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# &lt;generatorConfiguration&gt; 元素 &lt;generatorConfiguration&gt; 元素是MyBatis Generator配置的根元素。这个文件必须包含下面的 DOCTYPE: ``` <!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN" "http://mybatis.org/dtd/mybatis-generator-config_1_0.dtd"> ``` ## 必选属性 无 ## 可选属性 无 ## 子元素 * [&lt;properties&gt;](properties.html) (0 or 1) * [&lt;classPathEntry&gt;](classPathEntry.html) (0..N) * [&lt;context&gt;](context.html) (1..N)