1
|
server.port=8099
|
2
|
|
3
|
jwt.validation.secret=SecretForDev
|
4
|
jwt.validation.expirationMinute=30
|
5
|
|
6
|
datasource.type=2
|
7
|
|
8
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
9
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
10
|
spring.datasource.primary.username=root
|
11
|
spring.datasource.primary.password=123456
|
12
|
|
13
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
14
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
15
|
spring.datasource.secondary.username=
|
16
|
spring.datasource.secondary.password=
|
17
|
|
18
|
# standAlong sentinel
|
19
|
spring.mode=standAlong
|
20
|
spring.redis.database=1
|
21
|
spring.redis.host=200.200.220.216
|
22
|
spring.redis.port=6379
|
23
|
spring.redis.client-type=lettuce
|
24
|
spring.redis.lettuce.pool.max-active=50
|
25
|
spring.redis.lettuce.pool.max-idle=25
|
26
|
spring.redis.lettuce.pool.min-idle=0
|
27
|
spring.redis.lettuce.pool.max-wait=5000
|
28
|
spring.redis.lettuce.pool.min-idle-time=2000
|
29
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
30
|
spring.redis.sentinel.master=mymaster
|
31
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
32
|
|
33
|
pagehelper.reasonable=false
|
34
|
pagehelper.supportMethodsArguments=true
|
35
|
pagehelper.returnPageInfo=check
|
36
|
pagehelper.params=count=countSql
|
37
|
pagehelper.autoRuntimeDialect=true
|
38
|
=
|
39
|
server.error.include-exception=true
|
40
|
server.error.include-message=always
|
41
|
|
42
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
43
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
44
|
mqtt.callApiKey=Key not found
|
45
|
mqtt.callApiSecret=Key not found
|
46
|
mqtt.username=java_mqtt
|
47
|
mqtt.password=public
|
48
|
mqtt.downPubQos=1
|
49
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
50
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
51
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
52
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
53
|
|
54
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
55
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
56
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
57
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
58
|
|
59
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
60
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
61
|
|
62
|
mqtt.deviceDataPublish=/sys/device/data/
|
63
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
64
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
65
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
66
|
|
67
|
logging.config=classpath:logback-spring.xml
|
68
|
|
69
|
spring.servlet.multipart.max-file-size=100MB
|
70
|
spring.servlet.multipart.max-request-size=1000MB
|
71
|
|
72
|
server.port=8099
|
73
|
|
74
|
jwt.validation.secret=SecretForDev
|
75
|
jwt.validation.expirationMinute=30
|
76
|
|
77
|
datasource.type=2
|
78
|
|
79
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
80
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
81
|
spring.datasource.primary.username=root
|
82
|
spring.datasource.primary.password=123456
|
83
|
|
84
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
85
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
86
|
spring.datasource.secondary.username=
|
87
|
spring.datasource.secondary.password=
|
88
|
|
89
|
# standAlong sentinel
|
90
|
spring.mode=standAlong
|
91
|
spring.redis.database=1
|
92
|
spring.redis.host=200.200.220.216
|
93
|
spring.redis.port=6379
|
94
|
spring.redis.client-type=lettuce
|
95
|
spring.redis.lettuce.pool.max-active=50
|
96
|
spring.redis.lettuce.pool.max-idle=25
|
97
|
spring.redis.lettuce.pool.min-idle=0
|
98
|
spring.redis.lettuce.pool.max-wait=5000
|
99
|
spring.redis.lettuce.pool.min-idle-time=2000
|
100
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
101
|
spring.redis.sentinel.master=mymaster
|
102
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
103
|
|
104
|
pagehelper.reasonable=false
|
105
|
pagehelper.supportMethodsArguments=true
|
106
|
pagehelper.returnPageInfo=check
|
107
|
pagehelper.params=count=countSql
|
108
|
pagehelper.autoRuntimeDialect=true
|
109
|
|
110
|
server.error.include-exception=true
|
111
|
server.error.include-message=always
|
112
|
|
113
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
114
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
115
|
mqtt.callApiKey=Key not found
|
116
|
mqtt.callApiSecret=Key not found
|
117
|
mqtt.username=java_mqtt
|
118
|
mqtt.password=public
|
119
|
mqtt.downPubQos=1
|
120
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
121
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
122
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
123
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
124
|
|
125
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
126
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
127
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
128
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
129
|
|
130
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
131
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
132
|
|
133
|
mqtt.deviceDataPublish=/sys/device/data/
|
134
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
135
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
136
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
137
|
|
138
|
logging.config=classpath:logback-spring.xml
|
139
|
|
140
|
spring.servlet.multipart.max-file-size=100MB
|
141
|
spring.servlet.multipart.max-request-size=1000MB
|
142
|
|
143
|
server.port=8099
|
144
|
|
145
|
jwt.validation.secret=SecretForDev
|
146
|
jwt.validation.expirationMinute=30
|
147
|
|
148
|
datasource.type=2
|
149
|
|
150
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
151
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
152
|
spring.datasource.primary.username=root
|
153
|
spring.datasource.primary.password=123456
|
154
|
|
155
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
156
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
157
|
spring.datasource.secondary.username=
|
158
|
spring.datasource.secondary.password=
|
159
|
|
160
|
# standAlong sentinel
|
161
|
spring.mode=standAlong
|
162
|
spring.redis.database=1
|
163
|
spring.redis.host=200.200.220.216
|
164
|
spring.redis.port=6379
|
165
|
spring.redis.client-type=lettuce
|
166
|
spring.redis.lettuce.pool.max-active=50
|
167
|
spring.redis.lettuce.pool.max-idle=25
|
168
|
spring.redis.lettuce.pool.min-idle=0
|
169
|
spring.redis.lettuce.pool.max-wait=5000
|
170
|
spring.redis.lettuce.pool.min-idle-time=2000
|
171
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
172
|
spring.redis.sentinel.master=mymaster
|
173
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
174
|
|
175
|
pagehelper.reasonable=false
|
176
|
pagehelper.supportMethodsArguments=true
|
177
|
pagehelper.returnPageInfo=check
|
178
|
pagehelper.params=count=countSql
|
179
|
pagehelper.autoRuntimeDialect=true
|
180
|
|
181
|
server.error.include-exception=true
|
182
|
server.error.include-message=always
|
183
|
|
184
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
185
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
186
|
mqtt.callApiKey=Key not found
|
187
|
mqtt.callApiSecret=Key not found
|
188
|
mqtt.username=java_mqtt
|
189
|
mqtt.password=public
|
190
|
mqtt.downPubQos=1
|
191
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
192
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
193
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
194
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
195
|
|
196
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
197
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
198
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
199
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
200
|
|
201
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
202
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
203
|
|
204
|
mqtt.deviceDataPublish=/sys/device/data/
|
205
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
206
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
207
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
208
|
|
209
|
logging.config=classpath:logback-spring.xml
|
210
|
|
211
|
spring.servlet.multipart.max-file-size=100MB
|
212
|
spring.servlet.multipart.max-request-size=1000MB
|
213
|
|
214
|
server.port=8099
|
215
|
|
216
|
jwt.validation.secret=SecretForDev
|
217
|
jwt.validation.expirationMinute=30
|
218
|
|
219
|
datasource.type=2
|
220
|
|
221
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
222
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
223
|
spring.datasource.primary.username=root
|
224
|
spring.datasource.primary.password=123456
|
225
|
|
226
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
227
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
228
|
spring.datasource.secondary.username=
|
229
|
spring.datasource.secondary.password=
|
230
|
|
231
|
# standAlong sentinel
|
232
|
spring.mode=standAlong
|
233
|
spring.redis.database=1
|
234
|
spring.redis.host=200.200.220.216
|
235
|
spring.redis.port=6379
|
236
|
spring.redis.client-type=lettuce
|
237
|
spring.redis.lettuce.pool.max-active=50
|
238
|
spring.redis.lettuce.pool.max-idle=25
|
239
|
spring.redis.lettuce.pool.min-idle=0
|
240
|
spring.redis.lettuce.pool.max-wait=5000
|
241
|
spring.redis.lettuce.pool.min-idle-time=2000
|
242
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
243
|
spring.redis.sentinel.master=mymaster
|
244
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
245
|
|
246
|
pagehelper.reasonable=false
|
247
|
pagehelper.supportMethodsArguments=true
|
248
|
pagehelper.returnPageInfo=check
|
249
|
pagehelper.params=count=countSql
|
250
|
pagehelper.autoRuntimeDialect=true
|
251
|
|
252
|
server.error.include-exception=true
|
253
|
server.error.include-message=always
|
254
|
|
255
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
256
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
257
|
mqtt.callApiKey=Key not found
|
258
|
mqtt.callApiSecret=Key not found
|
259
|
mqtt.username=java_mqtt
|
260
|
mqtt.password=public
|
261
|
mqtt.downPubQos=1
|
262
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
263
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
264
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
265
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
266
|
|
267
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
268
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
269
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
270
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
271
|
|
272
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
273
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
274
|
|
275
|
mqtt.deviceDataPublish=/sys/device/data/
|
276
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
277
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
278
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
279
|
|
280
|
logging.config=classpath:logback-spring.xml
|
281
|
|
282
|
spring.servlet.multipart.max-file-size=100MB
|
283
|
spring.servlet.multipart.max-request-size=1000MB
|
284
|
|
285
|
server.port=8099
|
286
|
|
287
|
jwt.validation.secret=SecretForDev
|
288
|
jwt.validation.expirationMinute=30
|
289
|
|
290
|
datasource.type=2
|
291
|
|
292
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
293
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
294
|
spring.datasource.primary.username=root
|
295
|
spring.datasource.primary.password=123456
|
296
|
|
297
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
298
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
299
|
spring.datasource.secondary.username=
|
300
|
spring.datasource.secondary.password=
|
301
|
|
302
|
# standAlong sentinel
|
303
|
spring.mode=standAlong
|
304
|
spring.redis.database=1
|
305
|
spring.redis.host=200.200.220.216
|
306
|
spring.redis.port=6379
|
307
|
spring.redis.client-type=lettuce
|
308
|
spring.redis.lettuce.pool.max-active=50
|
309
|
spring.redis.lettuce.pool.max-idle=25
|
310
|
spring.redis.lettuce.pool.min-idle=0
|
311
|
spring.redis.lettuce.pool.max-wait=5000
|
312
|
spring.redis.lettuce.pool.min-idle-time=2000
|
313
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
314
|
spring.redis.sentinel.master=mymaster
|
315
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
316
|
|
317
|
pagehelper.reasonable=false
|
318
|
pagehelper.supportMethodsArguments=true
|
319
|
pagehelper.returnPageInfo=check
|
320
|
pagehelper.params=count=countSql
|
321
|
pagehelper.autoRuntimeDialect=true
|
322
|
|
323
|
server.error.include-exception=true
|
324
|
server.error.include-message=always
|
325
|
|
326
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
327
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
328
|
mqtt.callApiKey=Key not found
|
329
|
mqtt.callApiSecret=Key not found
|
330
|
mqtt.username=java_mqtt
|
331
|
mqtt.password=public
|
332
|
mqtt.downPubQos=1
|
333
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
334
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
335
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
336
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
337
|
|
338
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
339
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
340
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
341
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
342
|
|
343
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
344
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
345
|
|
346
|
mqtt.deviceDataPublish=/sys/device/data/
|
347
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
348
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
349
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
350
|
|
351
|
logging.config=classpath:logback-spring.xml
|
352
|
|
353
|
spring.servlet.multipart.max-file-size=100MB
|
354
|
spring.servlet.multipart.max-request-size=1000MB
|
355
|
|
356
|
server.port=8099
|
357
|
|
358
|
jwt.validation.secret=SecretForDev
|
359
|
jwt.validation.expirationMinute=30
|
360
|
|
361
|
datasource.type=2
|
362
|
|
363
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
364
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
365
|
spring.datasource.primary.username=root
|
366
|
spring.datasource.primary.password=123456
|
367
|
|
368
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
369
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
370
|
spring.datasource.secondary.username=
|
371
|
spring.datasource.secondary.password=
|
372
|
|
373
|
# standAlong sentinel
|
374
|
spring.mode=standAlong
|
375
|
spring.redis.database=1
|
376
|
spring.redis.host=200.200.220.216
|
377
|
spring.redis.port=6379
|
378
|
spring.redis.client-type=lettuce
|
379
|
spring.redis.lettuce.pool.max-active=50
|
380
|
spring.redis.lettuce.pool.max-idle=25
|
381
|
spring.redis.lettuce.pool.min-idle=0
|
382
|
spring.redis.lettuce.pool.max-wait=5000
|
383
|
spring.redis.lettuce.pool.min-idle-time=2000
|
384
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
385
|
spring.redis.sentinel.master=mymaster
|
386
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
387
|
|
388
|
pagehelper.reasonable=false
|
389
|
pagehelper.supportMethodsArguments=true
|
390
|
pagehelper.returnPageInfo=check
|
391
|
pagehelper.params=count=countSql
|
392
|
pagehelper.autoRuntimeDialect=true
|
393
|
|
394
|
server.error.include-exception=true
|
395
|
server.error.include-message=always
|
396
|
|
397
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
398
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
399
|
mqtt.callApiKey=Key not found
|
400
|
mqtt.callApiSecret=Key not found
|
401
|
mqtt.username=java_mqtt
|
402
|
mqtt.password=public
|
403
|
mqtt.downPubQos=1
|
404
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
405
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
406
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
407
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
408
|
|
409
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
410
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
411
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
412
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
413
|
|
414
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
415
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
416
|
|
417
|
mqtt.deviceDataPublish=/sys/device/data/
|
418
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
419
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
420
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
421
|
|
422
|
logging.config=classpath:logback-spring.xml
|
423
|
|
424
|
spring.servlet.multipart.max-file-size=100MB
|
425
|
spring.servlet.multipart.max-request-size=1000MB
|
426
|
|
427
|
server.port=8099
|
428
|
|
429
|
jwt.validation.secret=SecretForDev
|
430
|
jwt.validation.expirationMinute=30
|
431
|
|
432
|
datasource.type=2
|
433
|
|
434
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
435
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
436
|
spring.datasource.primary.username=root
|
437
|
spring.datasource.primary.password=123456
|
438
|
|
439
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
440
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
441
|
spring.datasource.secondary.username=
|
442
|
spring.datasource.secondary.password=
|
443
|
|
444
|
# standAlong sentinel
|
445
|
spring.mode=standAlong
|
446
|
spring.redis.database=1
|
447
|
spring.redis.host=200.200.220.216
|
448
|
spring.redis.port=6379
|
449
|
spring.redis.client-type=lettuce
|
450
|
spring.redis.lettuce.pool.max-active=50
|
451
|
spring.redis.lettuce.pool.max-idle=25
|
452
|
spring.redis.lettuce.pool.min-idle=0
|
453
|
spring.redis.lettuce.pool.max-wait=5000
|
454
|
spring.redis.lettuce.pool.min-idle-time=2000
|
455
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
456
|
spring.redis.sentinel.master=mymaster
|
457
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
458
|
|
459
|
pagehelper.reasonable=false
|
460
|
pagehelper.supportMethodsArguments=true
|
461
|
pagehelper.returnPageInfo=check
|
462
|
pagehelper.params=count=countSql
|
463
|
pagehelper.autoRuntimeDialect=true
|
464
|
|
465
|
server.error.include-exception=true
|
466
|
server.error.include-message=always
|
467
|
|
468
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
469
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
470
|
mqtt.callApiKey=Key not found
|
471
|
mqtt.callApiSecret=Key not found
|
472
|
mqtt.username=java_mqtt
|
473
|
mqtt.password=public
|
474
|
mqtt.downPubQos=1
|
475
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
476
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
477
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
478
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
479
|
|
480
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
481
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
482
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
483
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
484
|
|
485
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
486
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
487
|
|
488
|
mqtt.deviceDataPublish=/sys/device/data/
|
489
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
490
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
491
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
492
|
|
493
|
logging.config=classpath:logback-spring.xml
|
494
|
|
495
|
spring.servlet.multipart.max-file-size=100MB
|
496
|
spring.servlet.multipart.max-request-size=1000MB
|
497
|
|
498
|
server.port=8099
|
499
|
|
500
|
jwt.validation.secret=SecretForDev
|
501
|
jwt.validation.expirationMinute=30
|
502
|
|
503
|
datasource.type=2
|
504
|
|
505
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
506
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
507
|
spring.datasource.primary.username=root
|
508
|
spring.datasource.primary.password=123456
|
509
|
|
510
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
511
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
512
|
spring.datasource.secondary.username=
|
513
|
spring.datasource.secondary.password=
|
514
|
|
515
|
# standAlong sentinel
|
516
|
spring.mode=standAlong
|
517
|
spring.redis.database=1
|
518
|
spring.redis.host=200.200.220.216
|
519
|
spring.redis.port=6379
|
520
|
spring.redis.client-type=lettuce
|
521
|
spring.redis.lettuce.pool.max-active=50
|
522
|
spring.redis.lettuce.pool.max-idle=25
|
523
|
spring.redis.lettuce.pool.min-idle=0
|
524
|
spring.redis.lettuce.pool.max-wait=5000
|
525
|
spring.redis.lettuce.pool.min-idle-time=2000
|
526
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
527
|
spring.redis.sentinel.master=mymaster
|
528
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
529
|
|
530
|
pagehelper.reasonable=false
|
531
|
pagehelper.supportMethodsArguments=true
|
532
|
pagehelper.returnPageInfo=check
|
533
|
pagehelper.params=count=countSql
|
534
|
pagehelper.autoRuntimeDialect=true
|
535
|
|
536
|
server.error.include-exception=true
|
537
|
server.error.include-message=always
|
538
|
|
539
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
540
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
541
|
mqtt.callApiKey=Key not found
|
542
|
mqtt.callApiSecret=Key not found
|
543
|
mqtt.username=java_mqtt
|
544
|
mqtt.password=public
|
545
|
mqtt.downPubQos=1
|
546
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
547
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
548
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
549
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
550
|
|
551
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
552
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
553
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
554
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
555
|
|
556
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
557
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
558
|
|
559
|
mqtt.deviceDataPublish=/sys/device/data/
|
560
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
561
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
562
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
563
|
|
564
|
logging.config=classpath:logback-spring.xml
|
565
|
|
566
|
spring.servlet.multipart.max-file-size=100MB
|
567
|
spring.servlet.multipart.max-request-size=1000MB
|
568
|
|
569
|
server.port=8099
|
570
|
|
571
|
jwt.validation.secret=SecretForDev
|
572
|
jwt.validation.expirationMinute=30
|
573
|
|
574
|
datasource.type=2
|
575
|
|
576
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
577
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
578
|
spring.datasource.primary.username=root
|
579
|
spring.datasource.primary.password=123456
|
580
|
|
581
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
582
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
583
|
spring.datasource.secondary.username=
|
584
|
spring.datasource.secondary.password=
|
585
|
|
586
|
# standAlong sentinel
|
587
|
spring.mode=standAlong
|
588
|
spring.redis.database=1
|
589
|
spring.redis.host=200.200.220.216
|
590
|
spring.redis.port=6379
|
591
|
spring.redis.client-type=lettuce
|
592
|
spring.redis.lettuce.pool.max-active=50
|
593
|
spring.redis.lettuce.pool.max-idle=25
|
594
|
spring.redis.lettuce.pool.min-idle=0
|
595
|
spring.redis.lettuce.pool.max-wait=5000
|
596
|
spring.redis.lettuce.pool.min-idle-time=2000
|
597
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
598
|
spring.redis.sentinel.master=mymaster
|
599
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
600
|
|
601
|
pagehelper.reasonable=false
|
602
|
pagehelper.supportMethodsArguments=true
|
603
|
pagehelper.returnPageInfo=check
|
604
|
pagehelper.params=count=countSql
|
605
|
pagehelper.autoRuntimeDialect=true
|
606
|
|
607
|
server.error.include-exception=true
|
608
|
server.error.include-message=always
|
609
|
|
610
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
611
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
612
|
mqtt.callApiKey=Key not found
|
613
|
mqtt.callApiSecret=Key not found
|
614
|
mqtt.username=java_mqtt
|
615
|
mqtt.password=public
|
616
|
mqtt.downPubQos=1
|
617
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
618
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
619
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
620
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
621
|
|
622
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
623
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
624
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
625
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
626
|
|
627
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
628
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
629
|
|
630
|
mqtt.deviceDataPublish=/sys/device/data/
|
631
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
632
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
633
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
634
|
|
635
|
logging.config=classpath:logback-spring.xml
|
636
|
|
637
|
spring.servlet.multipart.max-file-size=100MB
|
638
|
spring.servlet.multipart.max-request-size=1000MB
|
639
|
|
640
|
server.port=8099
|
641
|
|
642
|
jwt.validation.secret=SecretForDev
|
643
|
jwt.validation.expirationMinute=30
|
644
|
|
645
|
datasource.type=2
|
646
|
|
647
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
648
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
649
|
spring.datasource.primary.username=root
|
650
|
spring.datasource.primary.password=123456
|
651
|
|
652
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
653
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
654
|
spring.datasource.secondary.username=
|
655
|
spring.datasource.secondary.password=
|
656
|
|
657
|
# standAlong sentinel
|
658
|
spring.mode=standAlong
|
659
|
spring.redis.database=1
|
660
|
spring.redis.host=200.200.220.216
|
661
|
spring.redis.port=6379
|
662
|
spring.redis.client-type=lettuce
|
663
|
spring.redis.lettuce.pool.max-active=50
|
664
|
spring.redis.lettuce.pool.max-idle=25
|
665
|
spring.redis.lettuce.pool.min-idle=0
|
666
|
spring.redis.lettuce.pool.max-wait=5000
|
667
|
spring.redis.lettuce.pool.min-idle-time=2000
|
668
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
669
|
spring.redis.sentinel.master=mymaster
|
670
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
671
|
|
672
|
pagehelper.reasonable=false
|
673
|
pagehelper.supportMethodsArguments=true
|
674
|
pagehelper.returnPageInfo=check
|
675
|
pagehelper.params=count=countSql
|
676
|
pagehelper.autoRuntimeDialect=true
|
677
|
|
678
|
server.error.include-exception=true
|
679
|
server.error.include-message=always
|
680
|
|
681
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
682
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
683
|
mqtt.callApiKey=Key not found
|
684
|
mqtt.callApiSecret=Key not found
|
685
|
mqtt.username=java_mqtt
|
686
|
mqtt.password=public
|
687
|
mqtt.downPubQos=1
|
688
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
689
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
690
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
691
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
692
|
|
693
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
694
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
695
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
696
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
697
|
|
698
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
699
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
700
|
|
701
|
mqtt.deviceDataPublish=/sys/device/data/
|
702
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
703
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
704
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
705
|
|
706
|
logging.config=classpath:logback-spring.xml
|
707
|
|
708
|
spring.servlet.multipart.max-file-size=100MB
|
709
|
spring.servlet.multipart.max-request-size=1000MB
|
710
|
|
711
|
server.port=8099
|
712
|
|
713
|
jwt.validation.secret=SecretForDev
|
714
|
jwt.validation.expirationMinute=30
|
715
|
|
716
|
datasource.type=2
|
717
|
|
718
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
719
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
720
|
spring.datasource.primary.username=root
|
721
|
spring.datasource.primary.password=123456
|
722
|
|
723
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
724
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
725
|
spring.datasource.secondary.username=
|
726
|
spring.datasource.secondary.password=
|
727
|
|
728
|
# standAlong sentinel
|
729
|
spring.mode=standAlong
|
730
|
spring.redis.database=1
|
731
|
spring.redis.host=200.200.220.216
|
732
|
spring.redis.port=6379
|
733
|
spring.redis.client-type=lettuce
|
734
|
spring.redis.lettuce.pool.max-active=50
|
735
|
spring.redis.lettuce.pool.max-idle=25
|
736
|
spring.redis.lettuce.pool.min-idle=0
|
737
|
spring.redis.lettuce.pool.max-wait=5000
|
738
|
spring.redis.lettuce.pool.min-idle-time=2000
|
739
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
740
|
spring.redis.sentinel.master=mymaster
|
741
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
742
|
|
743
|
pagehelper.reasonable=false
|
744
|
pagehelper.supportMethodsArguments=true
|
745
|
pagehelper.returnPageInfo=check
|
746
|
pagehelper.params=count=countSql
|
747
|
pagehelper.autoRuntimeDialect=true
|
748
|
|
749
|
server.error.include-exception=true
|
750
|
server.error.include-message=always
|
751
|
|
752
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
753
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
754
|
mqtt.callApiKey=Key not found
|
755
|
mqtt.callApiSecret=Key not found
|
756
|
mqtt.username=java_mqtt
|
757
|
mqtt.password=public
|
758
|
mqtt.downPubQos=1
|
759
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
760
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
761
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
762
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
763
|
|
764
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
765
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
766
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
767
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
768
|
|
769
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
770
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
771
|
|
772
|
mqtt.deviceDataPublish=/sys/device/data/
|
773
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
774
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
775
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
776
|
|
777
|
logging.config=classpath:logback-spring.xml
|
778
|
|
779
|
spring.servlet.multipart.max-file-size=100MB
|
780
|
spring.servlet.multipart.max-request-size=1000MB
|
781
|
|
782
|
server.port=8099
|
783
|
|
784
|
jwt.validation.secret=SecretForDev
|
785
|
jwt.validation.expirationMinute=30
|
786
|
|
787
|
datasource.type=2
|
788
|
|
789
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
790
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
791
|
spring.datasource.primary.username=root
|
792
|
spring.datasource.primary.password=123456
|
793
|
|
794
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
795
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
796
|
spring.datasource.secondary.username=
|
797
|
spring.datasource.secondary.password=
|
798
|
|
799
|
# standAlong sentinel
|
800
|
spring.mode=standAlong
|
801
|
spring.redis.database=1
|
802
|
spring.redis.host=200.200.220.216
|
803
|
spring.redis.port=6379
|
804
|
spring.redis.client-type=lettuce
|
805
|
spring.redis.lettuce.pool.max-active=50
|
806
|
spring.redis.lettuce.pool.max-idle=25
|
807
|
spring.redis.lettuce.pool.min-idle=0
|
808
|
spring.redis.lettuce.pool.max-wait=5000
|
809
|
spring.redis.lettuce.pool.min-idle-time=2000
|
810
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
811
|
spring.redis.sentinel.master=mymaster
|
812
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
813
|
|
814
|
pagehelper.reasonable=false
|
815
|
pagehelper.supportMethodsArguments=true
|
816
|
pagehelper.returnPageInfo=check
|
817
|
pagehelper.params=count=countSql
|
818
|
pagehelper.autoRuntimeDialect=true
|
819
|
|
820
|
server.error.include-exception=true
|
821
|
server.error.include-message=always
|
822
|
|
823
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
824
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
825
|
mqtt.callApiKey=Key not found
|
826
|
mqtt.callApiSecret=Key not found
|
827
|
mqtt.username=java_mqtt
|
828
|
mqtt.password=public
|
829
|
mqtt.downPubQos=1
|
830
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
831
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
832
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
833
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
834
|
|
835
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
836
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
837
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
838
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
839
|
|
840
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
841
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
842
|
|
843
|
mqtt.deviceDataPublish=/sys/device/data/
|
844
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
845
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
846
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
847
|
|
848
|
logging.config=classpath:logback-spring.xml
|
849
|
|
850
|
spring.servlet.multipart.max-file-size=100MB
|
851
|
spring.servlet.multipart.max-request-size=1000MB
|
852
|
|
853
|
server.port=8099
|
854
|
|
855
|
jwt.validation.secret=SecretForDev
|
856
|
jwt.validation.expirationMinute=30
|
857
|
|
858
|
datasource.type=2
|
859
|
|
860
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
861
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
862
|
spring.datasource.primary.username=root
|
863
|
spring.datasource.primary.password=123456
|
864
|
|
865
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
866
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
867
|
spring.datasource.secondary.username=
|
868
|
spring.datasource.secondary.password=
|
869
|
|
870
|
# standAlong sentinel
|
871
|
spring.mode=standAlong
|
872
|
spring.redis.database=1
|
873
|
spring.redis.host=200.200.220.216
|
874
|
spring.redis.port=6379
|
875
|
spring.redis.client-type=lettuce
|
876
|
spring.redis.lettuce.pool.max-active=50
|
877
|
spring.redis.lettuce.pool.max-idle=25
|
878
|
spring.redis.lettuce.pool.min-idle=0
|
879
|
spring.redis.lettuce.pool.max-wait=5000
|
880
|
spring.redis.lettuce.pool.min-idle-time=2000
|
881
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
882
|
spring.redis.sentinel.master=mymaster
|
883
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
884
|
|
885
|
pagehelper.reasonable=false
|
886
|
pagehelper.supportMethodsArguments=true
|
887
|
pagehelper.returnPageInfo=check
|
888
|
pagehelper.params=count=countSql
|
889
|
pagehelper.autoRuntimeDialect=true
|
890
|
|
891
|
server.error.include-exception=true
|
892
|
server.error.include-message=always
|
893
|
|
894
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
895
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
896
|
mqtt.callApiKey=Key not found
|
897
|
mqtt.callApiSecret=Key not found
|
898
|
mqtt.username=java_mqtt
|
899
|
mqtt.password=public
|
900
|
mqtt.downPubQos=1
|
901
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
902
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
903
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
904
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
905
|
|
906
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
907
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
908
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
909
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
910
|
|
911
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
912
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
913
|
|
914
|
mqtt.deviceDataPublish=/sys/device/data/
|
915
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
916
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
917
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
918
|
|
919
|
logging.config=classpath:logback-spring.xml
|
920
|
|
921
|
spring.servlet.multipart.max-file-size=100MB
|
922
|
spring.servlet.multipart.max-request-size=1000MB
|
923
|
|
924
|
server.port=8099
|
925
|
|
926
|
jwt.validation.secret=SecretForDev
|
927
|
jwt.validation.expirationMinute=30
|
928
|
|
929
|
datasource.type=2
|
930
|
|
931
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
932
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
933
|
spring.datasource.primary.username=root
|
934
|
spring.datasource.primary.password=123456
|
935
|
|
936
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
937
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
938
|
spring.datasource.secondary.username=
|
939
|
spring.datasource.secondary.password=
|
940
|
|
941
|
# standAlong sentinel
|
942
|
spring.mode=standAlong
|
943
|
spring.redis.database=1
|
944
|
spring.redis.host=200.200.220.216
|
945
|
spring.redis.port=6379
|
946
|
spring.redis.client-type=lettuce
|
947
|
spring.redis.lettuce.pool.max-active=50
|
948
|
spring.redis.lettuce.pool.max-idle=25
|
949
|
spring.redis.lettuce.pool.min-idle=0
|
950
|
spring.redis.lettuce.pool.max-wait=5000
|
951
|
spring.redis.lettuce.pool.min-idle-time=2000
|
952
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
953
|
spring.redis.sentinel.master=mymaster
|
954
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
955
|
|
956
|
pagehelper.reasonable=false
|
957
|
pagehelper.supportMethodsArguments=true
|
958
|
pagehelper.returnPageInfo=check
|
959
|
pagehelper.params=count=countSql
|
960
|
pagehelper.autoRuntimeDialect=true
|
961
|
|
962
|
server.error.include-exception=true
|
963
|
server.error.include-message=always
|
964
|
|
965
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
966
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
967
|
mqtt.callApiKey=Key not found
|
968
|
mqtt.callApiSecret=Key not found
|
969
|
mqtt.username=java_mqtt
|
970
|
mqtt.password=public
|
971
|
mqtt.downPubQos=1
|
972
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
973
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
974
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
975
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
976
|
|
977
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
978
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
979
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
980
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
981
|
|
982
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
983
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
984
|
|
985
|
mqtt.deviceDataPublish=/sys/device/data/
|
986
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
987
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
988
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
989
|
|
990
|
logging.config=classpath:logback-spring.xml
|
991
|
|
992
|
spring.servlet.multipart.max-file-size=100MB
|
993
|
spring.servlet.multipart.max-request-size=1000MB
|
994
|
|
995
|
server.port=8099
|
996
|
|
997
|
jwt.validation.secret=SecretForDev
|
998
|
jwt.validation.expirationMinute=30
|
999
|
|
1000
|
datasource.type=2
|
1001
|
|
1002
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
1003
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
1004
|
spring.datasource.primary.username=root
|
1005
|
spring.datasource.primary.password=123456
|
1006
|
|
1007
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
1008
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
1009
|
spring.datasource.secondary.username=
|
1010
|
spring.datasource.secondary.password=
|
1011
|
|
1012
|
# standAlong sentinel
|
1013
|
spring.mode=standAlong
|
1014
|
spring.redis.database=1
|
1015
|
spring.redis.host=200.200.220.216
|
1016
|
spring.redis.port=6379
|
1017
|
spring.redis.client-type=lettuce
|
1018
|
spring.redis.lettuce.pool.max-active=50
|
1019
|
spring.redis.lettuce.pool.max-idle=25
|
1020
|
spring.redis.lettuce.pool.min-idle=0
|
1021
|
spring.redis.lettuce.pool.max-wait=5000
|
1022
|
spring.redis.lettuce.pool.min-idle-time=2000
|
1023
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
1024
|
spring.redis.sentinel.master=mymaster
|
1025
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
1026
|
|
1027
|
pagehelper.reasonable=false
|
1028
|
pagehelper.supportMethodsArguments=true
|
1029
|
pagehelper.returnPageInfo=check
|
1030
|
pagehelper.params=count=countSql
|
1031
|
pagehelper.autoRuntimeDialect=true
|
1032
|
|
1033
|
server.error.include-exception=true
|
1034
|
server.error.include-message=always
|
1035
|
|
1036
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
1037
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
1038
|
mqtt.callApiKey=Key not found
|
1039
|
mqtt.callApiSecret=Key not found
|
1040
|
mqtt.username=java_mqtt
|
1041
|
mqtt.password=public
|
1042
|
mqtt.downPubQos=1
|
1043
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
1044
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
1045
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
1046
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
1047
|
|
1048
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
1049
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
1050
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
1051
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
1052
|
|
1053
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
1054
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
1055
|
|
1056
|
mqtt.deviceDataPublish=/sys/device/data/
|
1057
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
1058
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
1059
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
1060
|
|
1061
|
logging.config=classpath:logback-spring.xml
|
1062
|
|
1063
|
spring.servlet.multipart.max-file-size=100MB
|
1064
|
spring.servlet.multipart.max-request-size=1000MB
|
1065
|
|
1066
|
server.port=8099
|
1067
|
|
1068
|
jwt.validation.secret=SecretForDev
|
1069
|
jwt.validation.expirationMinute=30
|
1070
|
|
1071
|
datasource.type=2
|
1072
|
|
1073
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
1074
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
1075
|
spring.datasource.primary.username=root
|
1076
|
spring.datasource.primary.password=123456
|
1077
|
|
1078
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
1079
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
1080
|
spring.datasource.secondary.username=
|
1081
|
spring.datasource.secondary.password=
|
1082
|
|
1083
|
# standAlong sentinel
|
1084
|
spring.mode=standAlong
|
1085
|
spring.redis.database=1
|
1086
|
spring.redis.host=200.200.220.216
|
1087
|
spring.redis.port=6379
|
1088
|
spring.redis.client-type=lettuce
|
1089
|
spring.redis.lettuce.pool.max-active=50
|
1090
|
spring.redis.lettuce.pool.max-idle=25
|
1091
|
spring.redis.lettuce.pool.min-idle=0
|
1092
|
spring.redis.lettuce.pool.max-wait=5000
|
1093
|
spring.redis.lettuce.pool.min-idle-time=2000
|
1094
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
1095
|
spring.redis.sentinel.master=mymaster
|
1096
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
1097
|
|
1098
|
pagehelper.reasonable=false
|
1099
|
pagehelper.supportMethodsArguments=true
|
1100
|
pagehelper.returnPageInfo=check
|
1101
|
pagehelper.params=count=countSql
|
1102
|
pagehelper.autoRuntimeDialect=true
|
1103
|
|
1104
|
server.error.include-exception=true
|
1105
|
server.error.include-message=always
|
1106
|
|
1107
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
1108
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
1109
|
mqtt.callApiKey=Key not found
|
1110
|
mqtt.callApiSecret=Key not found
|
1111
|
mqtt.username=java_mqtt
|
1112
|
mqtt.password=public
|
1113
|
mqtt.downPubQos=1
|
1114
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
1115
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
1116
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
1117
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
1118
|
|
1119
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
1120
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
1121
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
1122
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
1123
|
|
1124
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
1125
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
1126
|
|
1127
|
mqtt.deviceDataPublish=/sys/device/data/
|
1128
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
1129
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
1130
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
1131
|
|
1132
|
logging.config=classpath:logback-spring.xml
|
1133
|
|
1134
|
spring.servlet.multipart.max-file-size=100MB
|
1135
|
spring.servlet.multipart.max-request-size=1000MB
|
1136
|
|
1137
|
server.port=8099
|
1138
|
|
1139
|
jwt.validation.secret=SecretForDev
|
1140
|
jwt.validation.expirationMinute=30
|
1141
|
|
1142
|
datasource.type=2
|
1143
|
|
1144
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
1145
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
1146
|
spring.datasource.primary.username=root
|
1147
|
spring.datasource.primary.password=123456
|
1148
|
|
1149
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
1150
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
1151
|
spring.datasource.secondary.username=
|
1152
|
spring.datasource.secondary.password=
|
1153
|
|
1154
|
# standAlong sentinel
|
1155
|
spring.mode=standAlong
|
1156
|
spring.redis.database=1
|
1157
|
spring.redis.host=200.200.220.216
|
1158
|
spring.redis.port=6379
|
1159
|
spring.redis.client-type=lettuce
|
1160
|
spring.redis.lettuce.pool.max-active=50
|
1161
|
spring.redis.lettuce.pool.max-idle=25
|
1162
|
spring.redis.lettuce.pool.min-idle=0
|
1163
|
spring.redis.lettuce.pool.max-wait=5000
|
1164
|
spring.redis.lettuce.pool.min-idle-time=2000
|
1165
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
1166
|
spring.redis.sentinel.master=mymaster
|
1167
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
1168
|
|
1169
|
pagehelper.reasonable=false
|
1170
|
pagehelper.supportMethodsArguments=true
|
1171
|
pagehelper.returnPageInfo=check
|
1172
|
pagehelper.params=count=countSql
|
1173
|
pagehelper.autoRuntimeDialect=true
|
1174
|
|
1175
|
server.error.include-exception=true
|
1176
|
server.error.include-message=always
|
1177
|
|
1178
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
1179
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
1180
|
mqtt.callApiKey=Key not found
|
1181
|
mqtt.callApiSecret=Key not found
|
1182
|
mqtt.username=java_mqtt
|
1183
|
mqtt.password=public
|
1184
|
mqtt.downPubQos=1
|
1185
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
1186
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
1187
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
1188
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
1189
|
|
1190
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
1191
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
1192
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
1193
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
1194
|
|
1195
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
1196
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
1197
|
|
1198
|
mqtt.deviceDataPublish=/sys/device/data/
|
1199
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
1200
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
1201
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
1202
|
|
1203
|
logging.config=classpath:logback-spring.xml
|
1204
|
|
1205
|
spring.servlet.multipart.max-file-size=100MB
|
1206
|
spring.servlet.multipart.max-request-size=1000MB
|
1207
|
|
1208
|
server.port=8099
|
1209
|
|
1210
|
jwt.validation.secret=SecretForDev
|
1211
|
jwt.validation.expirationMinute=30
|
1212
|
|
1213
|
datasource.type=2
|
1214
|
|
1215
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
1216
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
1217
|
spring.datasource.primary.username=root
|
1218
|
spring.datasource.primary.password=123456
|
1219
|
|
1220
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
1221
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
1222
|
spring.datasource.secondary.username=
|
1223
|
spring.datasource.secondary.password=
|
1224
|
|
1225
|
# standAlong sentinel
|
1226
|
spring.mode=standAlong
|
1227
|
spring.redis.database=1
|
1228
|
spring.redis.host=200.200.220.216
|
1229
|
spring.redis.port=6379
|
1230
|
spring.redis.client-type=lettuce
|
1231
|
spring.redis.lettuce.pool.max-active=50
|
1232
|
spring.redis.lettuce.pool.max-idle=25
|
1233
|
spring.redis.lettuce.pool.min-idle=0
|
1234
|
spring.redis.lettuce.pool.max-wait=5000
|
1235
|
spring.redis.lettuce.pool.min-idle-time=2000
|
1236
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
1237
|
spring.redis.sentinel.master=mymaster
|
1238
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
1239
|
|
1240
|
pagehelper.reasonable=false
|
1241
|
pagehelper.supportMethodsArguments=true
|
1242
|
pagehelper.returnPageInfo=check
|
1243
|
pagehelper.params=count=countSql
|
1244
|
pagehelper.autoRuntimeDialect=true
|
1245
|
|
1246
|
server.error.include-exception=true
|
1247
|
server.error.include-message=always
|
1248
|
|
1249
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
1250
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
1251
|
mqtt.callApiKey=f5332ac23efe16fa
|
1252
|
mqtt.callApiSecret=Uwz7vMrWnWbcgkHN7nOoJDSadz2GGweWhsCBw6dEglA
|
1253
|
mqtt.username=java_mqtt
|
1254
|
mqtt.password=public
|
1255
|
mqtt.downPubQos=1
|
1256
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
1257
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
1258
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
1259
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
1260
|
|
1261
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
1262
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
1263
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
1264
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
1265
|
|
1266
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
1267
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
1268
|
|
1269
|
mqtt.deviceDataPublish=/sys/device/data/
|
1270
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
1271
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
1272
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
1273
|
|
1274
|
logging.config=classpath:logback-spring.xml
|
1275
|
|
1276
|
spring.servlet.multipart.max-file-size=100MB
|
1277
|
spring.servlet.multipart.max-request-size=1000MB
|
1278
|
|
1279
|
server.port=8099
|
1280
|
|
1281
|
jwt.validation.secret=SecretForDev
|
1282
|
jwt.validation.expirationMinute=30
|
1283
|
|
1284
|
datasource.type=2
|
1285
|
|
1286
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
1287
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
1288
|
spring.datasource.primary.username=root
|
1289
|
spring.datasource.primary.password=123456
|
1290
|
|
1291
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
1292
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
1293
|
spring.datasource.secondary.username=
|
1294
|
spring.datasource.secondary.password=
|
1295
|
|
1296
|
# standAlong sentinel
|
1297
|
spring.mode=standAlong
|
1298
|
spring.redis.database=1
|
1299
|
spring.redis.host=200.200.220.216
|
1300
|
spring.redis.port=6379
|
1301
|
spring.redis.client-type=lettuce
|
1302
|
spring.redis.lettuce.pool.max-active=50
|
1303
|
spring.redis.lettuce.pool.max-idle=25
|
1304
|
spring.redis.lettuce.pool.min-idle=0
|
1305
|
spring.redis.lettuce.pool.max-wait=5000
|
1306
|
spring.redis.lettuce.pool.min-idle-time=2000
|
1307
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
1308
|
spring.redis.sentinel.master=mymaster
|
1309
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
1310
|
|
1311
|
pagehelper.reasonable=false
|
1312
|
pagehelper.supportMethodsArguments=true
|
1313
|
pagehelper.returnPageInfo=check
|
1314
|
pagehelper.params=count=countSql
|
1315
|
pagehelper.autoRuntimeDialect=true
|
1316
|
|
1317
|
server.error.include-exception=true
|
1318
|
server.error.include-message=always
|
1319
|
|
1320
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
1321
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
1322
|
mqtt.callApiKey=f5332ac23efe16fa
|
1323
|
mqtt.callApiSecret=Uwz7vMrWnWbcgkHN7nOoJDSadz2GGweWhsCBw6dEglA
|
1324
|
mqtt.username=java_mqtt
|
1325
|
mqtt.password=public
|
1326
|
mqtt.downPubQos=1
|
1327
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
1328
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
1329
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
1330
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
1331
|
|
1332
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
1333
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
1334
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
1335
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
1336
|
|
1337
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
1338
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
1339
|
|
1340
|
mqtt.deviceDataPublish=/sys/device/data/
|
1341
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
1342
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
1343
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
1344
|
|
1345
|
logging.config=classpath:logback-spring.xml
|
1346
|
|
1347
|
spring.servlet.multipart.max-file-size=100MB
|
1348
|
spring.servlet.multipart.max-request-size=1000MB
|
1349
|
|
1350
|
server.port=8099
|
1351
|
|
1352
|
jwt.validation.secret=SecretForDev
|
1353
|
jwt.validation.expirationMinute=30
|
1354
|
|
1355
|
datasource.type=2
|
1356
|
|
1357
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
1358
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
1359
|
spring.datasource.primary.username=root
|
1360
|
spring.datasource.primary.password=123456
|
1361
|
|
1362
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
1363
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
1364
|
spring.datasource.secondary.username=
|
1365
|
spring.datasource.secondary.password=
|
1366
|
|
1367
|
# standAlong sentinel
|
1368
|
spring.mode=standAlong
|
1369
|
spring.redis.database=1
|
1370
|
spring.redis.host=200.200.220.216
|
1371
|
spring.redis.port=6379
|
1372
|
spring.redis.client-type=lettuce
|
1373
|
spring.redis.lettuce.pool.max-active=50
|
1374
|
spring.redis.lettuce.pool.max-idle=25
|
1375
|
spring.redis.lettuce.pool.min-idle=0
|
1376
|
spring.redis.lettuce.pool.max-wait=5000
|
1377
|
spring.redis.lettuce.pool.min-idle-time=2000
|
1378
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
1379
|
spring.redis.sentinel.master=mymaster
|
1380
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
1381
|
|
1382
|
pagehelper.reasonable=false
|
1383
|
pagehelper.supportMethodsArguments=true
|
1384
|
pagehelper.returnPageInfo=check
|
1385
|
pagehelper.params=count=countSql
|
1386
|
pagehelper.autoRuntimeDialect=true
|
1387
|
|
1388
|
server.error.include-exception=true
|
1389
|
server.error.include-message=always
|
1390
|
|
1391
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
1392
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
1393
|
mqtt.callApiKey=f5332ac23efe16fa
|
1394
|
mqtt.callApiSecret=Uwz7vMrWnWbcgkHN7nOoJDSadz2GGweWhsCBw6dEglA
|
1395
|
mqtt.username=java_mqtt
|
1396
|
mqtt.password=public
|
1397
|
mqtt.downPubQos=1
|
1398
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
1399
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
1400
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
1401
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
1402
|
|
1403
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
1404
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
1405
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
1406
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
1407
|
|
1408
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
1409
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
1410
|
|
1411
|
mqtt.deviceDataPublish=/sys/device/data/
|
1412
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
1413
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
1414
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
1415
|
|
1416
|
logging.config=classpath:logback-spring.xml
|
1417
|
|
1418
|
spring.servlet.multipart.max-file-size=100MB
|
1419
|
spring.servlet.multipart.max-request-size=1000MB
|
1420
|
|
1421
|
server.port=8099
|
1422
|
|
1423
|
jwt.validation.secret=SecretForDev
|
1424
|
jwt.validation.expirationMinute=30
|
1425
|
|
1426
|
datasource.type=2
|
1427
|
|
1428
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
1429
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
1430
|
spring.datasource.primary.username=root
|
1431
|
spring.datasource.primary.password=123456
|
1432
|
|
1433
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
1434
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
1435
|
spring.datasource.secondary.username=
|
1436
|
spring.datasource.secondary.password=
|
1437
|
|
1438
|
# standAlong sentinel
|
1439
|
spring.mode=standAlong
|
1440
|
spring.redis.database=1
|
1441
|
spring.redis.host=200.200.220.216
|
1442
|
spring.redis.port=6379
|
1443
|
spring.redis.client-type=lettuce
|
1444
|
spring.redis.lettuce.pool.max-active=50
|
1445
|
spring.redis.lettuce.pool.max-idle=25
|
1446
|
spring.redis.lettuce.pool.min-idle=0
|
1447
|
spring.redis.lettuce.pool.max-wait=5000
|
1448
|
spring.redis.lettuce.pool.min-idle-time=2000
|
1449
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
1450
|
spring.redis.sentinel.master=mymaster
|
1451
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
1452
|
|
1453
|
pagehelper.reasonable=false
|
1454
|
pagehelper.supportMethodsArguments=true
|
1455
|
pagehelper.returnPageInfo=check
|
1456
|
pagehelper.params=count=countSql
|
1457
|
pagehelper.autoRuntimeDialect=true
|
1458
|
|
1459
|
server.error.include-exception=true
|
1460
|
server.error.include-message=always
|
1461
|
|
1462
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
1463
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
1464
|
mqtt.callApiKey=f5332ac23efe16fa
|
1465
|
mqtt.callApiSecret=Uwz7vMrWnWbcgkHN7nOoJDSadz2GGweWhsCBw6dEglA
|
1466
|
mqtt.username=java_mqtt
|
1467
|
mqtt.password=public
|
1468
|
mqtt.downPubQos=1
|
1469
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
1470
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
1471
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
1472
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
1473
|
|
1474
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
1475
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
1476
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
1477
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
1478
|
|
1479
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
1480
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
1481
|
|
1482
|
mqtt.deviceDataPublish=/sys/device/data/
|
1483
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
1484
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
1485
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
1486
|
|
1487
|
logging.config=classpath:logback-spring.xml
|
1488
|
|
1489
|
spring.servlet.multipart.max-file-size=100MB
|
1490
|
spring.servlet.multipart.max-request-size=1000MB
|
1491
|
|
1492
|
server.port=8099
|
1493
|
|
1494
|
jwt.validation.secret=SecretForDev
|
1495
|
jwt.validation.expirationMinute=30
|
1496
|
|
1497
|
datasource.type=2
|
1498
|
|
1499
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
1500
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
1501
|
spring.datasource.primary.username=root
|
1502
|
spring.datasource.primary.password=123456
|
1503
|
|
1504
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
1505
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
1506
|
spring.datasource.secondary.username=
|
1507
|
spring.datasource.secondary.password=
|
1508
|
|
1509
|
# standAlong sentinel
|
1510
|
spring.mode=standAlong
|
1511
|
spring.redis.database=1
|
1512
|
spring.redis.host=200.200.220.216
|
1513
|
spring.redis.port=6379
|
1514
|
spring.redis.client-type=lettuce
|
1515
|
spring.redis.lettuce.pool.max-active=50
|
1516
|
spring.redis.lettuce.pool.max-idle=25
|
1517
|
spring.redis.lettuce.pool.min-idle=0
|
1518
|
spring.redis.lettuce.pool.max-wait=5000
|
1519
|
spring.redis.lettuce.pool.min-idle-time=2000
|
1520
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
1521
|
spring.redis.sentinel.master=mymaster
|
1522
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
1523
|
|
1524
|
pagehelper.reasonable=false
|
1525
|
pagehelper.supportMethodsArguments=true
|
1526
|
pagehelper.returnPageInfo=check
|
1527
|
pagehelper.params=count=countSql
|
1528
|
pagehelper.autoRuntimeDialect=true
|
1529
|
|
1530
|
server.error.include-exception=true
|
1531
|
server.error.include-message=always
|
1532
|
|
1533
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
1534
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
1535
|
mqtt.callApiKey=f5332ac23efe16fa
|
1536
|
mqtt.callApiSecret=Uwz7vMrWnWbcgkHN7nOoJDSadz2GGweWhsCBw6dEglA
|
1537
|
mqtt.username=java_mqtt
|
1538
|
mqtt.password=public
|
1539
|
mqtt.downPubQos=1
|
1540
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
1541
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
1542
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
1543
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
1544
|
|
1545
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
1546
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
1547
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
1548
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
1549
|
|
1550
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
1551
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
1552
|
|
1553
|
mqtt.deviceDataPublish=/sys/device/data/
|
1554
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
1555
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
1556
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
1557
|
|
1558
|
logging.config=classpath:logback-spring.xml
|
1559
|
|
1560
|
spring.servlet.multipart.max-file-size=100MB
|
1561
|
spring.servlet.multipart.max-request-size=1000MB
|
1562
|
|
1563
|
server.port=8099
|
1564
|
|
1565
|
jwt.validation.secret=SecretForDev
|
1566
|
jwt.validation.expirationMinute=30
|
1567
|
|
1568
|
datasource.type=2
|
1569
|
|
1570
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
1571
|
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
|
1572
|
spring.datasource.primary.username=root
|
1573
|
spring.datasource.primary.password=123456
|
1574
|
|
1575
|
spring.datasource.secondary.jdbc-url=jdbc:sqlite:/root/FEP/db/SEMODEL_IOT.db?date_string_format=yyyy-MM-dd HH:mm:ss
|
1576
|
spring.datasource.secondary.driver-class-name=org.sqlite.JDBC
|
1577
|
spring.datasource.secondary.username=
|
1578
|
spring.datasource.secondary.password=
|
1579
|
|
1580
|
# standAlong sentinel
|
1581
|
spring.mode=standAlong
|
1582
|
spring.redis.database=1
|
1583
|
spring.redis.host=200.200.220.216
|
1584
|
spring.redis.port=6379
|
1585
|
spring.redis.client-type=lettuce
|
1586
|
spring.redis.lettuce.pool.max-active=50
|
1587
|
spring.redis.lettuce.pool.max-idle=25
|
1588
|
spring.redis.lettuce.pool.min-idle=0
|
1589
|
spring.redis.lettuce.pool.max-wait=5000
|
1590
|
spring.redis.lettuce.pool.min-idle-time=2000
|
1591
|
spring.redis.lettuce.pool.time-between-eviction-runs=2000
|
1592
|
spring.redis.sentinel.master=mymaster
|
1593
|
spring.redis.sentinel.nodes=192.168.2.119:26379,192.168.2.119:26380,192.168.2.119:26381
|
1594
|
|
1595
|
pagehelper.reasonable=false
|
1596
|
pagehelper.supportMethodsArguments=true
|
1597
|
pagehelper.returnPageInfo=check
|
1598
|
pagehelper.params=count=countSql
|
1599
|
pagehelper.autoRuntimeDialect=true
|
1600
|
|
1601
|
server.error.include-exception=true
|
1602
|
server.error.include-message=always
|
1603
|
|
1604
|
mqtt.brokerUrl=tcp://200.200.220.216:1883
|
1605
|
mqtt.callApiUrl=http://200.200.220.216:18083
|
1606
|
mqtt.callApiKey=f5332ac23efe16fa
|
1607
|
mqtt.callApiSecret=Uwz7vMrWnWbcgkHN7nOoJDSadz2GGweWhsCBw6dEglA
|
1608
|
mqtt.username=java_mqtt
|
1609
|
mqtt.password=public
|
1610
|
mqtt.downPubQos=1
|
1611
|
mqtt.commonPropertySub=$queue/v1/ProductKey/DeviceKey/sys/property/up
|
1612
|
mqtt.commonPropertyPub=v1/ProductKey/DeviceKey/sys/property/down
|
1613
|
mqtt.commonPropertyPubReply=$queue/v1/ProductKey/DeviceKey/sys/property/down_reply
|
1614
|
mqtt.soeEventSub=$queue/v1/ProductKey/DeviceKey/sys/event/up
|
1615
|
|
1616
|
mqtt.subdeviceConnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/connect
|
1617
|
mqtt.subdeviceDisconnectSub=$queue/v1/ProductKey/DeviceKey/sys/subdevice/disconnect
|
1618
|
mqtt.subdeviceConnectPub=v1/ProductKey/DeviceKey/sys/subdevice/connect_reply
|
1619
|
mqtt.subdeviceDisconnectPub=v1/ProductKey/DeviceKey/sys/subdevice/disconnect_reply
|
1620
|
|
1621
|
mqtt.commonServicePub=v1/ProductKey/DeviceKey/sys/invoke/down
|
1622
|
mqtt.commonServicePubReply=$queue/v1/ProductKey/DeviceKey/sys/invoke/down_reply
|
1623
|
|
1624
|
mqtt.deviceDataPublish=/sys/device/data/
|
1625
|
mqtt.deviceAllDataPublish=/sys/device/allData
|
1626
|
downstream.generateData.url=http://200.200.220.216:5371/update/remoteupdateiotpoint
|
1627
|
pgserver.generateData.url=http://200.200.220.216:1920/update/localresetiotpoint
|
1628
|
|
1629
|
logging.config=classpath:logback-spring.xml
|
1630
|
|
1631
|
spring.servlet.multipart.max-file-size=100MB
|
1632
|
spring.servlet.multipart.max-request-size=1000MB
|
1633
|
|
1634
|
server.port=8099
|
1635
|
|
1636
|
jwt.validation.secret=SecretForDev
|
1637
|
jwt.validation.expirationMinute=30
|
1638
|
|
1639
|
datasource.type=2
|
1640
|
|
1641
|
spring.datasource.primary.jdbc-url=jdbc:mysql://127.0.0.1:3306/SEMODEL?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true
|
1642
|
spring.da
|