mybatis generator去掉注释

来源:互联网 发布:java调用软件api接口 编辑:程序博客网 时间:2024/06/08 02:09
<commentGenerator>
        <property name="suppressDate" value="true"/>
        <property name="suppressAllComments" value="true" />

    </commentGenerator>


直接在MBG配置文件中加入以上配置就可以了

原创粉丝点击