@Component public class CodeBasicConfig extends Object
MybatisGenerateCodeService| 限定符和类型 | 类和说明 |
|---|---|
static class |
CodeBasicConfig.OutputType
输出包类型
|
| 构造器和说明 |
|---|
CodeBasicConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthor() |
Boolean |
getEnableSwagger() |
CodeBasicConfig.OutputType |
getOutputType() |
String |
getSince() |
void |
setAuthor(String author) |
void |
setEnableSwagger(Boolean enableSwagger) |
void |
setOutputType(CodeBasicConfig.OutputType outputType) |
void |
setSince(String since) |
public String getAuthor()
public void setAuthor(String author)
public String getSince()
public void setSince(String since)
public CodeBasicConfig.OutputType getOutputType()
public void setOutputType(CodeBasicConfig.OutputType outputType)
public Boolean getEnableSwagger()
public void setEnableSwagger(Boolean enableSwagger)
Copyright © 2021 HaiChuang Inc.. All rights reserved.