# mybatis-generator **Repository Path**: jayhu/mybatis-generator ## Basic Information - **Project Name**: mybatis-generator - **Description**: mapper生成 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-06-12 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #mybatis-generator 用于生成mybatis的mapper等文件 使用maven构建 使用方法: 1.进入项目目录 2.shift+右键 ---选择“在此处打开命令窗口” 3.执行命令 mvn eclipse:eclipse 将项目结构转为eclipse项目 4.正常导入项目