mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2026-04-30 23:14:31 +08:00
refactor 重构代码生成工具链,复用代码模板以提升代码生成性能
This commit is contained in:
@@ -0,0 +1 @@
|
||||
org.dromara.generator.config.GenConfig
|
||||
@@ -8,3 +8,9 @@ gen:
|
||||
autoRemovePre: false
|
||||
# 表前缀(生成类名不会包含表前缀,多个用逗号分隔)
|
||||
tablePrefix: sys_
|
||||
# 模板配置
|
||||
templateConfig:
|
||||
# 模版加载模式
|
||||
resourceMode: CLASSPATH
|
||||
# 模板加载路径
|
||||
# path: vm
|
||||
|
||||
Reference in New Issue
Block a user