# CustomeGenerator **Repository Path**: hellowql/CustomeGenerator ## Basic Information - **Project Name**: CustomeGenerator - **Description**: 定制化的Mybatis Code Generator,方便生成好用的代码。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-08-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #CustomeGenerator 1.把原始的ByExample方法改名为ByParam。 2.修改重复生成xml mapper时无法覆盖的问题。 3.实体类增加toString方法。 4.select语句增加返回主键配置。 5.增加分页功能。 6.增加批量插入方法。 7.增加多表生成功能。