Class GeneratorExtensionProperties
- java.lang.Object
-
- pro.chenggang.project.reactive.mybatis.support.generator.properties.GeneratorExtensionProperties
-
public class GeneratorExtensionProperties extends Object
The type Generator extension properties.- Author:
- Gang Cheng
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTIES_FILE_NAME_YAMLproperties file name(yaml)static StringPROPERTIES_FILE_NAME_YMLproperties file name(yml)
-
Constructor Summary
Constructors Constructor Description GeneratorExtensionProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidateByDefault()Validate by default.
-
-
-
Field Detail
-
PROPERTIES_FILE_NAME_YAML
public static final String PROPERTIES_FILE_NAME_YAML
properties file name(yaml)- See Also:
- Constant Field Values
-
PROPERTIES_FILE_NAME_YML
public static final String PROPERTIES_FILE_NAME_YML
properties file name(yml)- See Also:
- Constant Field Values
-
-