@EnableConfigurationProperties @Configuration @ConfigurationProperties(prefix="open.admin.gen") public class GenConfig extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
author
作者
|
static boolean |
autoRemovePre
自动去除表前缀,默认是false
|
static String |
packageName
生成包路径
|
static String |
tablePrefix
表前缀(类名不会包含表前缀)
|
| 构造器和说明 |
|---|
GenConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
getAuthor() |
static boolean |
getAutoRemovePre() |
static String |
getPackageName() |
static String |
getTablePrefix() |
void |
setAuthor(String author) |
void |
setAutoRemovePre(boolean autoRemovePre) |
void |
setPackageName(String packageName) |
void |
setTablePrefix(String tablePrefix) |
public static String author
public static String packageName
public static boolean autoRemovePre
public static String tablePrefix
public static String getAuthor()
public void setAuthor(String author)
public static String getPackageName()
public void setPackageName(String packageName)
public static boolean getAutoRemovePre()
public void setAutoRemovePre(boolean autoRemovePre)
public static String getTablePrefix()
public void setTablePrefix(String tablePrefix)
Copyright © 2023. All rights reserved.