# MyBatisGenerator **Repository Path**: mobinchao/MyBatisGenerator ## Basic Information - **Project Name**: MyBatisGenerator - **Description**: Mybatis逆向数据库生成ORM映射类工程实例。 - **Primary Language**: Java - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-02-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #MyBatisGenerator Mybatis逆向数据库生成ORM映射类工程实例。 1. 编辑config.xml,将数据库连接、生成模型的包名、生成映射文件的包名、生成DAO文件的包名以及需要生成的数据表配置好 2. windows下运行 generator.bat 将会在source目录生成所需文件。unix下,当前目录下终端运行:
`java -jar ./mybatis-generator-core-1.3.2.jar -configfile ./config.xml -overwrite`