💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
# &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)