类 CodeGenDefaultProperties
java.lang.Object
top.binfast.daemon.codegen.config.CodeGenDefaultProperties
@Component
@ConfigurationProperties(prefix="codegen")
public class CodeGenDefaultProperties
extends Object
- 作者:
- 刘斌
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static Stringstatic booleanstatic Stringstatic StringvoidvoidsetAutoRemovePre(boolean autoRemovePre) voidsetPackageName(String packageName) voidsetTablePrefix(String tablePrefix)
-
字段详细资料
-
PREFIX
- 另请参阅:
-
author
作者 -
packageName
生成包路径 -
autoRemovePre
public static boolean autoRemovePre自动去除表前缀,默认是false -
tablePrefix
表前缀(类名不会包含表前缀)
-
-
构造器详细资料
-
CodeGenDefaultProperties
public CodeGenDefaultProperties()
-
-
方法详细资料
-
getAuthor
-
setAuthor
-
getPackageName
-
setPackageName
-
getAutoRemovePre
public static boolean getAutoRemovePre() -
setAutoRemovePre
@Value("${codegen.autoRemovePre}") public void setAutoRemovePre(boolean autoRemovePre) -
getTablePrefix
-
setTablePrefix
-