mosty-common/common-generator-starter/target/classes/generator.yml

11 lines
329 B
YAML
Raw Normal View History

2024-07-17 21:04:17 +08:00
# 代码生成
gen:
# 作者
author: kevin
# 默认生成包路径 system 需改成自己的模块名称 如 system monitor tool
packageName: com.mosty.base
# 自动去除表前缀默认是false
autoRemovePre: false
# 表前缀(生成类名不会包含表前缀,多个用逗号分隔)
tablePrefix: sys_