update 优化 缩短代码生成模块 包名与模块名

This commit is contained in:
疯狂的狮子Li
2026-03-30 20:02:43 +08:00
parent a6c21ac7d7
commit f1ef471c68
41 changed files with 51 additions and 51 deletions

View 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