1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "groups": [
- {
- "name": "elf",
- "type": "com.jiayue.common.config.ElfConfig",
- "sourceType": "com.jiayue.common.config.ElfConfig"
- },
- {
- "name": "gen",
- "type": "com.jiayue.generator.config.GenConfig",
- "sourceType": "com.jiayue.generator.config.GenConfig"
- }
- ],
- "properties": [
- {
- "name": "elf.copyright-year",
- "type": "java.lang.String",
- "description": "版权年份",
- "sourceType": "com.jiayue.common.config.ElfConfig"
- },
- {
- "name": "elf.demo-enabled",
- "type": "java.lang.Boolean",
- "description": "实例演示开关",
- "sourceType": "com.jiayue.common.config.ElfConfig"
- },
- {
- "name": "elf.name",
- "type": "java.lang.String",
- "description": "项目名称",
- "sourceType": "com.jiayue.common.config.ElfConfig"
- },
- {
- "name": "elf.version",
- "type": "java.lang.String",
- "description": "版本",
- "sourceType": "com.jiayue.common.config.ElfConfig"
- }
- ],
- "hints": []
- }
|