ruoyi-flex/ruoyi-common/ruoyi-common-orm/mybatis-flex.config

14 lines
450 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 自定义 TableDef 的字段风格upperCamelCase为首字母大写的驼峰命名例如UserName
# upperCase, lowerCase, upperCamelCase, lowerCamelCase
processor.tableDef.propertiesNameStyle = upperCamelCase
# APT开启Mapper生成 从 v1.1.9 开始, APT 的 Mapper 自动生成 功能是关闭的
processor.mappersGenerateEnable = false
# 自定义 Mapper 的父类
#processor.mapper.baseClass = com.ruoyi.mapper.FlexBaseMapper