mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2026-05-09 19:25:32 +08:00
update 优化 缩短代码生成模块 包名与模块名
This commit is contained in:
16
ruoyi-modules/ruoyi-gen/src/main/resources/generator.yml
Normal file
16
ruoyi-modules/ruoyi-gen/src/main/resources/generator.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
# 代码生成
|
||||
gen:
|
||||
# 作者
|
||||
author: Lion Li
|
||||
# 默认生成包路径 system 需改成自己的模块名称 如 system monitor tool
|
||||
packageName: org.dromara.system
|
||||
# 自动去除表前缀,默认是false
|
||||
autoRemovePre: false
|
||||
# 表前缀(生成类名不会包含表前缀,多个用逗号分隔)
|
||||
tablePrefix: sys_
|
||||
# 模板配置
|
||||
templateConfig:
|
||||
# 模版加载模式
|
||||
resourceMode: CLASSPATH
|
||||
# 模板加载路径
|
||||
# path: vm
|
||||
Reference in New Issue
Block a user