spring-configuration-metadata.json
8.44 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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
{
"groups": [
{
"name": "c",
"type": "com.zhongzhi.common.configure.RemoteProperties",
"sourceType": "com.zhongzhi.common.configure.RemoteProperties"
},
{
"name": "mybatis-plus.global-config",
"type": "com.baomidou.mybatisplus.core.config.GlobalConfig",
"sourceType": "com.zhongzhi.common.configure.MybatisPlusConfig",
"sourceMethod": "globalConfig()"
},
{
"name": "mybatis-plus.global-config.db-config",
"type": "com.baomidou.mybatisplus.core.config.GlobalConfig$DbConfig",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig",
"sourceMethod": "getDbConfig()"
},
{
"name": "sms",
"type": "com.zhongzhi.common.configure.AliyunSmsProperties",
"sourceType": "com.zhongzhi.common.configure.AliyunSmsProperties"
},
{
"name": "spring.datasource.dynamic.datasource.db1",
"type": "javax.sql.DataSource",
"sourceType": "com.zhongzhi.common.configure.MybatisPlusConfig",
"sourceMethod": "db1()"
},
{
"name": "spring.datasource.dynamic.datasource.db2",
"type": "javax.sql.DataSource",
"sourceType": "com.zhongzhi.common.configure.MybatisPlusConfig",
"sourceMethod": "db2()"
},
{
"name": "vod",
"type": "com.zhongzhi.common.configure.VODConfig",
"sourceType": "com.zhongzhi.common.configure.VODConfig"
}
],
"properties": [
{
"name": "c.code-message",
"type": "java.util.Map<java.lang.Integer,java.lang.String>",
"sourceType": "com.zhongzhi.common.configure.RemoteProperties"
},
{
"name": "mybatis-plus.global-config.banner",
"type": "java.lang.Boolean",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig"
},
{
"name": "mybatis-plus.global-config.db-config.capital-mode",
"type": "java.lang.Boolean",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig$DbConfig"
},
{
"name": "mybatis-plus.global-config.db-config.column-format",
"type": "java.lang.String",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig$DbConfig"
},
{
"name": "mybatis-plus.global-config.db-config.id-type",
"type": "com.baomidou.mybatisplus.annotation.IdType",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig$DbConfig"
},
{
"name": "mybatis-plus.global-config.db-config.insert-strategy",
"type": "com.baomidou.mybatisplus.annotation.FieldStrategy",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig$DbConfig"
},
{
"name": "mybatis-plus.global-config.db-config.key-generator",
"type": "com.baomidou.mybatisplus.core.incrementer.IKeyGenerator",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig$DbConfig"
},
{
"name": "mybatis-plus.global-config.db-config.logic-delete-field",
"type": "java.lang.String",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig$DbConfig"
},
{
"name": "mybatis-plus.global-config.db-config.logic-delete-value",
"type": "java.lang.String",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig$DbConfig"
},
{
"name": "mybatis-plus.global-config.db-config.logic-not-delete-value",
"type": "java.lang.String",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig$DbConfig"
},
{
"name": "mybatis-plus.global-config.db-config.property-format",
"type": "java.lang.String",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig$DbConfig"
},
{
"name": "mybatis-plus.global-config.db-config.schema",
"type": "java.lang.String",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig$DbConfig"
},
{
"name": "mybatis-plus.global-config.db-config.select-strategy",
"type": "com.baomidou.mybatisplus.annotation.FieldStrategy",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig$DbConfig"
},
{
"name": "mybatis-plus.global-config.db-config.table-prefix",
"type": "java.lang.String",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig$DbConfig"
},
{
"name": "mybatis-plus.global-config.db-config.table-underline",
"type": "java.lang.Boolean",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig$DbConfig"
},
{
"name": "mybatis-plus.global-config.db-config.update-strategy",
"type": "com.baomidou.mybatisplus.annotation.FieldStrategy",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig$DbConfig"
},
{
"name": "mybatis-plus.global-config.enable-sql-runner",
"type": "java.lang.Boolean",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig"
},
{
"name": "mybatis-plus.global-config.identifier-generator",
"type": "com.baomidou.mybatisplus.core.incrementer.IdentifierGenerator",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig"
},
{
"name": "mybatis-plus.global-config.mapper-registry-cache",
"type": "java.util.Set<java.lang.String>",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig"
},
{
"name": "mybatis-plus.global-config.meta-object-handler",
"type": "com.baomidou.mybatisplus.core.handlers.MetaObjectHandler",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig"
},
{
"name": "mybatis-plus.global-config.sql-injector",
"type": "com.baomidou.mybatisplus.core.injector.ISqlInjector",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig"
},
{
"name": "mybatis-plus.global-config.sql-session-factory",
"type": "org.apache.ibatis.session.SqlSessionFactory",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig"
},
{
"name": "mybatis-plus.global-config.super-mapper-class",
"type": "java.lang.Class<?>",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig"
},
{
"name": "sms.access-key-id",
"type": "java.lang.String",
"sourceType": "com.zhongzhi.common.configure.AliyunSmsProperties"
},
{
"name": "sms.access-key-secret",
"type": "java.lang.String",
"sourceType": "com.zhongzhi.common.configure.AliyunSmsProperties"
},
{
"name": "sms.cpcode",
"type": "java.lang.String",
"sourceType": "com.zhongzhi.common.configure.AliyunSmsProperties"
},
{
"name": "sms.domain",
"type": "java.lang.String",
"sourceType": "com.zhongzhi.common.configure.AliyunSmsProperties"
},
{
"name": "sms.excode",
"type": "java.lang.String",
"sourceType": "com.zhongzhi.common.configure.AliyunSmsProperties"
},
{
"name": "sms.key",
"type": "java.lang.String",
"sourceType": "com.zhongzhi.common.configure.AliyunSmsProperties"
},
{
"name": "sms.product",
"type": "java.lang.String",
"sourceType": "com.zhongzhi.common.configure.AliyunSmsProperties"
},
{
"name": "sms.rcsapi",
"type": "java.lang.String",
"sourceType": "com.zhongzhi.common.configure.AliyunSmsProperties"
},
{
"name": "vod.api",
"type": "java.lang.String",
"sourceType": "com.zhongzhi.common.configure.VODConfig"
},
{
"name": "vod.app-id",
"type": "java.lang.String",
"sourceType": "com.zhongzhi.common.configure.VODConfig"
},
{
"name": "vod.class-id",
"type": "java.lang.Integer",
"sourceType": "com.zhongzhi.common.configure.VODConfig"
},
{
"name": "vod.region",
"type": "java.lang.String",
"sourceType": "com.zhongzhi.common.configure.VODConfig"
},
{
"name": "vod.secret-id",
"type": "java.lang.String",
"sourceType": "com.zhongzhi.common.configure.VODConfig"
},
{
"name": "vod.secret-key",
"type": "java.lang.String",
"sourceType": "com.zhongzhi.common.configure.VODConfig"
},
{
"name": "mybatis-plus.global-config.datacenter-id",
"type": "java.lang.Long",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig",
"deprecated": true,
"deprecation": {}
},
{
"name": "mybatis-plus.global-config.worker-id",
"type": "java.lang.Long",
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig",
"deprecated": true,
"deprecation": {}
}
],
"hints": []
}