# generatorSqlmapCustom **Repository Path**: luqinmao/generatorSqlmapCustom ## Basic Information - **Project Name**: generatorSqlmapCustom - **Description**: MyBatis逆向工程 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-10-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mybatis逆向工程 # **用generatorsqlmapcustom对数据库进行逆向工程,生成接口和xml,还有实体类** 导入项目到eclipse中 只需要修改generatorConfig.xml 文件的配置信息 ## 1,修改数据库连接信息## ![](https://i.imgur.com/z4MLKu1.png) ## 2,修改要生成数据库表## ![](https://i.imgur.com/Ma0nUS6.png) ## 3,运行GeneratorSqlmap.java文件的main函数即可## ![](https://i.imgur.com/JvrkZwL.png)