# mybatis-generator-core **Repository Path**: singmoonshell/mybatis-generator-core ## Basic Information - **Project Name**: mybatis-generator-core - **Description**: mybatis generator 1.3.5 附带中文注释的源码及学习文档 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2021-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mybatis-generator-core 该项目用于MBG的源码学习与修改。 > Code Source: [MyBatis Generator Core 1.3.5 - repo1.maven.org ](http://repo1.maven.org/maven2/org/mybatis/generator/mybatis-generator-core/1.3.5/) - *MBG配置文件示例* 请参见: [generatorConfig.xml](https://github.com/Sunxiai51/ssm/blob/master/src/main/resources/generatorConfig.xml) - *MBG控制流* 请参见: [ControlFlow.md](https://github.com/Sunxiai51/mybatis-generator-core/blob/master/ControlFlow.md)