# mybatis-generator-project **Repository Path**: mgzu/mybatis-generator-project ## Basic Information - **Project Name**: mybatis-generator-project - **Description**: mybatis 反向生成实体、mapper、mapper.xml 的 maven 项目 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### mybatis-generator-project 用于 mybatis 反向生成实体、mapper、mapper.xml 的 maven 项目(其它数据库可自行添加驱动,修改对应配置) #### 注意事项 * 请先配置 aotu 包下的 config.xml ##### 数据库连接的信息 ``` ``` * 在系统目录下运行 code.bat(而不是在项目中直接运行) #### 常见问题 * 运行 code.bat 后未生成文件,尝试关闭其他的数据库连接,再次运行 code.bat