| 限定符和类型 | 字段和说明 |
|---|---|
private GeneratorProperties |
GeneratorController.generatorProperties
生成器配置
|
private GeneratorProperties |
GeneratorControllerAutoConfiguration.generatorProperties |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,Object> |
GeneratorController.codeGenerate(String tableName,
GeneratorProperties generatorProperties)
执行代码生成指令
|
private com.baomidou.mybatisplus.generator.AutoGenerator |
GeneratorController.getAutoGenerator(GeneratorProperties generatorProperties,
String[] tableName)
获取AutoGenerator
|
private com.baomidou.mybatisplus.generator.InjectionConfig |
GeneratorController.getInjectionConfig(GeneratorProperties genProperties)
获取InjectionConfig
|
Copyright © 2021. All rights reserved.