GeneratorConfig中如何配置注释生成规则

avatar
作者
猴君
阅读量:0

在GeneratorConfig中配置注释生成规则时,可以通过以下方式进行设置:

  1. 使用注释模板:在GeneratorConfig中配置一个注释模板,用于生成注释内容。可以使用Freemarker语法来定制注释模板,例如:
<commentTemplate><![CDATA[ /**  * $!{table.remarks!}  *   * @author $!{author}  * @date $!{date}  */ ]]></commentTemplate> 
  1. 配置生成规则:可以通过配置commentGenerator节点来指定生成规则,例如设置是否生成表注释、列注释等。可以根据需求配置不同的注释生成规则,例如:
<commentGenerator>     <property name="suppressAllComments" value="false" />     <property name="suppressDate" value="false" />     <property name="suppressAllComments" value="false" />     <property name="suppressDate" value="false" />     <property name="suppressAllComments" value="false" /> </commentGenerator> 
  1. 设置注释生成器:可以通过配置commentGenerator节点中的type属性来指定使用的注释生成器,例如:
<commentGenerator type="org.mybatis.generator.api.dom.DefaultCommentGenerator"> 

通过以上配置,可以灵活地控制生成的注释内容和格式,以满足项目需求。

广告一刻

为您即时展示最新活动产品广告消息,让您随时掌握产品活动新动态!