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