# mybatis-plus自动代码生成
**Repository Path**: zhou-liangliang123/mp-generator
## Basic Information
- **Project Name**: mybatis-plus自动代码生成
- **Description**: mybatis-pluts版本:3.5.0,自动代码生成器
- **Primary Language**: Java
- **License**: MPL-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 1
- **Created**: 2022-01-10
- **Last Updated**: 2022-11-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: mybatis-plus, Java
## README
# mybatis-plus自动代码生成
#### 介绍
mybatis-pluts版本:3.5.0,自动代码生成器
看了很多网上的代码都是以前版本的,这里参考了官网和部分源码贴了自己使用的版本。
另外,在学习mybatis-plus中收获到的小trick也会记录到此。
#### 使用说明
添加代码生成器依赖
```
com.baomidou
mybatis-plus-generator
3.5.0
```
模板引擎(可任意选择)
```
org.apache.velocity
velocity-engine-core
2.3
```
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request