You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
779 B
JSON

{
"groups": [
{
"name": "yudao.codegen",
"type": "cn.iocoder.yudao.module.infra.framework.codegen.config.CodegenProperties",
"sourceType": "cn.iocoder.yudao.module.infra.framework.codegen.config.CodegenProperties"
}
],
"properties": [
{
"name": "yudao.codegen.base-package",
"type": "java.lang.String",
"description": "生成的 Java 代码的基础包",
"sourceType": "cn.iocoder.yudao.module.infra.framework.codegen.config.CodegenProperties"
},
{
"name": "yudao.codegen.db-schemas",
"type": "java.util.Collection<java.lang.String>",
"description": "数据库名数组",
"sourceType": "cn.iocoder.yudao.module.infra.framework.codegen.config.CodegenProperties"
}
],
"hints": []
}