Files
klp-oa/klp-generator/src/main/resources/generator.yml

11 lines
326 B
YAML
Raw Normal View History

2021-12-21 10:15:12 +08:00
# 代码生成
2022-03-19 14:05:07 +08:00
gen:
2021-12-21 10:15:12 +08:00
# 作者
2025-07-17 18:07:48 +08:00
author: klp
2021-12-21 10:15:12 +08:00
# 默认生成包路径 system 需改成自己的模块名称 如 system monitor tool
2025-07-17 18:07:48 +08:00
packageName: com.klp.system
2021-12-21 10:15:12 +08:00
# 自动去除表前缀默认是false
autoRemovePre: false
# 表前缀(生成类名不会包含表前缀,多个用逗号分隔)
2022-03-19 14:05:07 +08:00
tablePrefix: sys_