去掉Mybatis Generator生成的example

<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>

 

posted @ 2020-02-12 23:14  dekevin  阅读(1408)  评论(0编辑  收藏  举报