# mybatis-generator **Repository Path**: zai-java/mybatis-generator ## Basic Information - **Project Name**: mybatis-generator - **Description**: mybatis 自动生成dao, dto 等实践 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## mybatis 自动生成dao, dto ### mybatis官网: http://www.mybatis.org/generator/quickstart.html ## 使用方式如下 - generatorConfig.xml 为配置好的一个xml - exampleConfig.xml 为配置中的各种参数解释 - 配置好了执行如下命令即可 ``` java -jar mybatis-generator-core-1.3.5.jar -configfile generatorConfig.xml -overwrite ```