!453 代码生成时,增加 UI 类型的选择,可生成 Vue2、Vue3 多种管理后台的代码,支持 CRUD Schema 模式

Merge pull request !453 from 芋道源码/feature/codegen-front
This commit is contained in:
芋道源码
2023-04-13 00:17:25 +00:00
committed by Gitee
94 changed files with 1370 additions and 738 deletions

View File

@ -125,6 +125,7 @@ yudao:
codegen:
base-package: ${yudao.info.base-package}
db-schemas: ${spring.datasource.dynamic.datasource.master.name}
front-type: 10 # 前端模版的类型,参见 CodegenFrontTypeEnum 枚举类
error-code: # 错误码相关配置项
constants-class-list:
- cn.iocoder.yudao.module.bpm.enums.ErrorCodeConstants