Files
pengchen-exam-java/exam-module-infra/exam-module-infra-biz/target/classes/META-INF/spring-configuration-metadata.json

36 lines
1.2 KiB
JSON
Raw Normal View History

2025-04-17 15:37:37 +08:00
{
"groups": [
{
"name": "exam.codegen",
"type": "pc.exam.pp.module.infra.framework.codegen.config.CodegenProperties",
"sourceType": "pc.exam.pp.module.infra.framework.codegen.config.CodegenProperties"
}
],
"properties": [
{
"name": "exam.codegen.base-package",
"type": "java.lang.String",
"description": "生成的 Java 代码的基础包",
"sourceType": "pc.exam.pp.module.infra.framework.codegen.config.CodegenProperties"
},
{
"name": "exam.codegen.db-schemas",
"type": "java.util.Collection<java.lang.String>",
"description": "数据库名数组",
"sourceType": "pc.exam.pp.module.infra.framework.codegen.config.CodegenProperties"
},
{
"name": "exam.codegen.front-type",
"type": "java.lang.Integer",
"description": "代码生成的前端类型(默认) 枚举 {@link CodegenFrontTypeEnum#getType()}",
"sourceType": "pc.exam.pp.module.infra.framework.codegen.config.CodegenProperties"
},
{
"name": "exam.codegen.unit-test-enable",
"type": "java.lang.Boolean",
"description": "是否生成单元测试",
"sourceType": "pc.exam.pp.module.infra.framework.codegen.config.CodegenProperties"
}
],
"hints": []
}