|
@@ -270,8 +270,8 @@ yudao:
|
|
|
db-schemas: ${spring.datasource.dynamic.datasource.master.name}
|
|
db-schemas: ${spring.datasource.dynamic.datasource.master.name}
|
|
|
front-type: 20 # 前端模版的类型,参见 CodegenFrontTypeEnum 枚举类
|
|
front-type: 20 # 前端模版的类型,参见 CodegenFrontTypeEnum 枚举类
|
|
|
vo-type: 10 # VO 的类型,参见 CodegenVOTypeEnum 枚举类
|
|
vo-type: 10 # VO 的类型,参见 CodegenVOTypeEnum 枚举类
|
|
|
|
|
+ delete-batch-enable: true # 是否生成批量删除接口
|
|
|
unit-test-enable: false # 是否生成单元测试
|
|
unit-test-enable: false # 是否生成单元测试
|
|
|
- delete-batch-enable: false # 是否生成批量删除接口
|
|
|
|
|
tenant: # 多租户相关配置项
|
|
tenant: # 多租户相关配置项
|
|
|
enable: true
|
|
enable: true
|
|
|
ignore-urls:
|
|
ignore-urls:
|