类 TemplateConfig
java.lang.Object
com.baomidou.mybatisplus.generator.config.TemplateConfig
已过时。
模板路径配置项
- 从以下版本开始:
- 2017-06-17
- 作者:
- tzg hubin
- 另请参阅:
-
嵌套类概要
嵌套类 -
方法概要
修饰符和类型方法说明disable()已过时。3.5.6disable(@NotNull TemplateType... templateTypes) 已过时。3.5.6已过时。设置控制器模板路径getEntity(boolean kotlin) 已过时。获取实体模板路径已过时。设置Mapper模板路径已过时。设置Service模板路径已过时。设置ServiceImpl模板路径getXml()已过时。设置MapperXml模板路径
-
方法详细资料
-
getEntity
已过时。获取实体模板路径- 参数:
kotlin- 是否kotlin- 返回:
- 模板路径
-
disable
已过时。3.5.6禁用模板- 参数:
templateTypes- 模板类型- 返回:
- this
- 从以下版本开始:
- 3.3.2
- 另请参阅:
-
disable
已过时。3.5.6禁用全部模板- 返回:
- this
- 从以下版本开始:
- 3.5.0
- 另请参阅:
-
getController
已过时。设置控制器模板路径 -
getMapper
已过时。设置Mapper模板路径 -
getXml
已过时。设置MapperXml模板路径 -
getService
已过时。设置Service模板路径 -
getServiceImpl
已过时。设置ServiceImpl模板路径
-
StrategyConfig