首页 > 其他 > 详细

去掉Mybatis Generator生成的一堆 example

时间:2016-09-17 23:35:42      阅读:244      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!