码迷,mamicode.com
首页 > 其他好文 > 详细

去掉Mybatis Generator生成的一堆 example

时间:2016-09-17 23:38:17      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:

    <table tableName="%"
            enableInsert="true"
            enableDeleteByPrimaryKey="true"
            enableSelectByPrimaryKey="true"
            enableUpdateByPrimaryKey="true"
            enableCountByExample="false"
            enableDeleteByExample="false"
            enableSelectByExample="false"
            enableUpdateByExample="false"
            >
            <generatedKey column="id" sqlStatement="Mysql" identity="true"/>
        </table>

默认的情况下  默认是会生成的  我们需要显式的设置

去掉Mybatis Generator生成的一堆 example

标签:

原文地址:http://www.cnblogs.com/zr520/p/5879964.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!