|
@@ -107,17 +107,17 @@ public class CommonConst {
|
|
|
CommonConst.compress = value;
|
|
|
}
|
|
|
|
|
|
- @Value("${iot.collect.enable}")
|
|
|
+ @Value("${iot.collect-enable}")
|
|
|
public void setCollectEnable(Boolean value) {
|
|
|
CommonConst.collectEnable = value;
|
|
|
}
|
|
|
|
|
|
- @Value("${iot.collect.host}")
|
|
|
+ @Value("${iot.collect-host}")
|
|
|
public void setCollectHost(String value) {
|
|
|
CommonConst.collectHost = value;
|
|
|
}
|
|
|
|
|
|
- @Value("${iot.collect.port}")
|
|
|
+ @Value("${iot.collect-port}")
|
|
|
public void setCollectPort(int value) {
|
|
|
CommonConst.collectPort = value;
|
|
|
}
|