yangys
2024-04-23 13bb0593d4d510c0d4fa7a356fba89db0135e67a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "groups": [
    {
      "name": "blade",
      "type": "com.qianwen.core.launch.props.BladeProperties",
      "sourceType": "com.qianwen.core.launch.props.BladeProperties"
    }
  ],
  "properties": [
    {
      "name": "blade.environment",
      "type": "org.springframework.core.env.Environment",
      "sourceType": "com.qianwen.core.launch.props.BladeProperties"
    },
    {
      "name": "blade.prop",
      "type": "java.util.Map<java.lang.String,java.lang.String>",
      "description": "装载自定义配置blade.prop.xxx",
      "sourceType": "com.qianwen.core.launch.props.BladeProperties"
    }
  ],
  "hints": []
}