Mybatis generator 使用
声明:本文感谢satellite同学。
====================================
先看Generator,另外generator启动方式还有命令行 和 ant 方式等。
?
另外配置文件,请参见附件,包括静态表 和 动态表两种。
enableCountByExample="false" enableUpdateByExample="false"
enableDeleteByExample="false" enableSelectByExample="false"
selectByExampleQueryId="false" selectByPrimaryKeyQueryId="true"
enableSelectByPrimaryKey="true" enableDeleteByPrimaryKey="true"
delimitIdentifiers="warnid"
>
</table>