feat(generator): 代码生成新增菜单SQL模板 (#95)

This commit is contained in:
LawSiki
2024-11-13 21:47:55 +08:00
committed by GitHub
parent c28d3cf1c4
commit fb947c98fd
4 changed files with 77 additions and 2 deletions

View File

@@ -63,6 +63,11 @@ generator:
- timestamp
## 模板配置
templateConfigs:
MenuSql:
template-path: backend/menu.sql.ftl
package-name: sql
extension: .sql
backend: true
DO:
# 模板路径
templatePath: backend/Entity.ftl