企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# &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)