RuoYi/ruoyi-generator/src/main/resources/generator.yml

11 lines
304 B
YAML
Raw Normal View History

2019-03-08 14:44:38 +08:00
# 代码生成
gen:
# 作者
2019-06-11 00:22:50 +08:00
author: TP
2019-03-08 14:44:38 +08:00
# 默认生成包路径 system 需改成自己的模块名称 如 system monitor tool
2019-06-15 01:33:38 +08:00
packageName: com.ruoyi.network
2019-03-08 14:44:38 +08:00
# 自动去除表前缀默认是true
2019-06-12 16:12:29 +08:00
autoRemovePre: fasle
2019-03-08 14:44:38 +08:00
# 表前缀(类名不会包含表前缀)
2019-06-12 16:12:29 +08:00
tablePrefix: sys_