类 GlobalConfig
java.lang.Object
com.baomidou.mybatisplus.generator.config.GlobalConfig
全局配置
- 从以下版本开始:
- 2016-12-02
- 作者:
- hubin
-
嵌套类概要
嵌套类 -
字段概要
字段 -
方法概要
修饰符和类型方法说明@NotNull String@NotNull DateTypebooleanisKotlin()booleanisOpen()booleanbooleanbooleanvoidsetServiceInterface(boolean serviceInterface)
-
字段详细资料
-
LOGGER
protected static final org.slf4j.Logger LOGGER
-
-
方法详细资料
-
getOutputDir
-
isOpen
public boolean isOpen() -
getAuthor
-
isKotlin
public boolean isKotlin() -
isSwagger
public boolean isSwagger() -
isSpringdoc
public boolean isSpringdoc() -
getDateType
-
getCommentDate
-
isServiceInterface
public boolean isServiceInterface() -
setServiceInterface
public void setServiceInterface(boolean serviceInterface)
-