2026-02-02 23:21:53 +08:00
|
|
|
{
|
|
|
|
|
"groups": [
|
|
|
|
|
{
|
|
|
|
|
"name": "lideeyunji.codegen",
|
|
|
|
|
"type": "com.lideeyunji.service.infra.config.framework.codegen.config.CodegenProperties",
|
|
|
|
|
"sourceType": "com.lideeyunji.service.infra.config.framework.codegen.config.CodegenProperties"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"properties": [
|
|
|
|
|
{
|
|
|
|
|
"name": "lideeyunji.codegen.base-package",
|
|
|
|
|
"type": "java.lang.String",
|
|
|
|
|
"description": "生成的 Java 代码的基础包",
|
2026-02-03 15:50:37 +08:00
|
|
|
"sourceType": "com.lideeyunji.service.infra.config.framework.codegen.config.CodegenProperties"
|
2026-02-02 23:21:53 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "lideeyunji.codegen.db-schemas",
|
|
|
|
|
"type": "java.util.Collection<java.lang.String>",
|
|
|
|
|
"description": "数据库名数组",
|
|
|
|
|
"sourceType": "com.lideeyunji.service.infra.config.framework.codegen.config.CodegenProperties"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "lideeyunji.codegen.front-type",
|
|
|
|
|
"type": "java.lang.Integer",
|
|
|
|
|
"description": "代码生成的前端类型(默认) 枚举 {@link CodegenFrontTypeEnum#getType()}",
|
2026-02-03 15:50:37 +08:00
|
|
|
"sourceType": "com.lideeyunji.service.infra.config.framework.codegen.config.CodegenProperties"
|
2026-02-02 23:21:53 +08:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"hints": []
|
|
|
|
|
}
|