# SpringbootGenerator
**Repository Path**: vach1028/SpringbootGenerator
## Basic Information
- **Project Name**: SpringbootGenerator
- **Description**: springboot生成器,使用mgb,后期会加入一些通用组件。
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2019-01-15
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
MBG两种方式
#### main方法
执行generator类main方法。
#### mvn-plugin
配置pom文件的plugin
```
maven-compiler-plugin
org.mybatis.generator
mybatis-generator-maven-plugin
1.3.6
${basedir}/src/main/resources/generatorConfig.xml
true
true
mysql
mysql-connector-java
5.1.29
tk.mybatis
mapper
4.0.0
```
执行 mvn mybatis-generator:generate。
#### not found freemarker/cache/TemplateLoade
```
generatorConfig存在错误。
```