public class MyBatisGeneratorTool extends Object
| Constructor and Description |
|---|
MyBatisGeneratorTool() |
| Modifier and Type | Method and Description |
|---|---|
static void |
generate(String generatorConfigPath) |
static void |
generate(String generatorConfigPath,
List<String> warnings)
call MyBatis Generator method.
|
public static void generate(String generatorConfigPath, List<String> warnings)
generatorConfigPath - the path of generatorConfig.xml file. e.g: src/test/resources/generatorConfig.xmlwarnings - warningspublic static void generate(String generatorConfigPath)
generatorConfigPath - the config file pathCopyright © 2021. All rights reserved.