spring-configuration-metadata.json
4.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"groups": [
{
"name": "meishu",
"type": "com.subsidy.common.configure.RemoteProperties",
"sourceType": "com.subsidy.common.configure.RemoteProperties"
},
{
"name": "polyv",
"type": "com.subsidy.common.configure.PolyvConfig",
"sourceType": "com.subsidy.common.configure.PolyvConfig"
},
{
"name": "qxueyou",
"type": "com.subsidy.common.configure.QXueYouConfig",
"sourceType": "com.subsidy.common.configure.QXueYouConfig"
},
{
"name": "renshe",
"type": "com.subsidy.common.configure.RenSheConfig",
"sourceType": "com.subsidy.common.configure.RenSheConfig"
},
{
"name": "sms",
"type": "com.subsidy.common.configure.AliyunSmsProperties",
"sourceType": "com.subsidy.common.configure.AliyunSmsProperties"
},
{
"name": "vod",
"type": "com.subsidy.common.configure.VODConfig",
"sourceType": "com.subsidy.common.configure.VODConfig"
},
{
"name": "wechat",
"type": "com.subsidy.common.configure.WechatConfig",
"sourceType": "com.subsidy.common.configure.WechatConfig"
}
],
"properties": [
{
"name": "meishu.code-message",
"type": "java.util.Map<java.lang.Integer,java.lang.String>",
"sourceType": "com.subsidy.common.configure.RemoteProperties"
},
{
"name": "polyv.app-id",
"type": "java.lang.String",
"sourceType": "com.subsidy.common.configure.PolyvConfig"
},
{
"name": "polyv.app-secret",
"type": "java.lang.String",
"sourceType": "com.subsidy.common.configure.PolyvConfig"
},
{
"name": "polyv.secret-key",
"type": "java.lang.String",
"sourceType": "com.subsidy.common.configure.PolyvConfig"
},
{
"name": "polyv.user-id",
"type": "java.lang.String",
"sourceType": "com.subsidy.common.configure.PolyvConfig"
},
{
"name": "qxueyou.app-id",
"type": "java.lang.String",
"sourceType": "com.subsidy.common.configure.QXueYouConfig"
},
{
"name": "qxueyou.security-key",
"type": "java.lang.String",
"sourceType": "com.subsidy.common.configure.QXueYouConfig"
},
{
"name": "qxueyou.url",
"type": "java.lang.String",
"sourceType": "com.subsidy.common.configure.QXueYouConfig"
},
{
"name": "renshe.putuo",
"type": "java.lang.String",
"sourceType": "com.subsidy.common.configure.RenSheConfig"
},
{
"name": "renshe.secret-key",
"type": "java.lang.String",
"sourceType": "com.subsidy.common.configure.RenSheConfig"
},
{
"name": "renshe.url",
"type": "java.lang.String",
"sourceType": "com.subsidy.common.configure.RenSheConfig"
},
{
"name": "sms.access-key-id",
"type": "java.lang.String",
"sourceType": "com.subsidy.common.configure.AliyunSmsProperties"
},
{
"name": "sms.access-key-secret",
"type": "java.lang.String",
"sourceType": "com.subsidy.common.configure.AliyunSmsProperties"
},
{
"name": "sms.domain",
"type": "java.lang.String",
"sourceType": "com.subsidy.common.configure.AliyunSmsProperties"
},
{
"name": "sms.product",
"type": "java.lang.String",
"sourceType": "com.subsidy.common.configure.AliyunSmsProperties"
},
{
"name": "vod.api",
"type": "java.lang.String",
"sourceType": "com.subsidy.common.configure.VODConfig"
},
{
"name": "vod.app-id",
"type": "java.lang.String",
"sourceType": "com.subsidy.common.configure.VODConfig"
},
{
"name": "vod.class-id",
"type": "java.lang.Integer",
"sourceType": "com.subsidy.common.configure.VODConfig"
},
{
"name": "vod.region",
"type": "java.lang.String",
"sourceType": "com.subsidy.common.configure.VODConfig"
},
{
"name": "vod.secret-id",
"type": "java.lang.String",
"sourceType": "com.subsidy.common.configure.VODConfig"
},
{
"name": "vod.secret-key",
"type": "java.lang.String",
"sourceType": "com.subsidy.common.configure.VODConfig"
},
{
"name": "wechat.app-id",
"type": "java.lang.String",
"sourceType": "com.subsidy.common.configure.WechatConfig"
},
{
"name": "wechat.app-secret",
"type": "java.lang.String",
"sourceType": "com.subsidy.common.configure.WechatConfig"
}
],
"hints": []
}