Files
platform/ruoyi-generator/src/main/resources/generator.yml

11 lines
327 B
YAML
Raw Normal View History

2025-02-13 17:22:31 +08:00
# 代码生成
2025-02-17 09:53:16 +08:00
gen:
2025-02-13 17:22:31 +08:00
# 作者
author: ruoyi
# 默认生成包路径 system 需改成自己的模块名称 如 system monitor tool
2025-02-20 10:41:00 +08:00
packageName: com.ruoyi.wgz
2025-02-13 17:22:31 +08:00
# 自动去除表前缀默认是false
2025-02-20 10:41:00 +08:00
autoRemovePre: false
2025-02-13 17:22:31 +08:00
# 表前缀(生成类名不会包含表前缀,多个用逗号分隔)
2025-02-20 10:41:00 +08:00
tablePrefix: wgz_