1、增加推送贵州测试平台

This commit is contained in:
weidong 2025-09-23 15:32:18 +08:00
parent 256eaa351b
commit 952b5dec28

View File

@ -38,8 +38,8 @@ public class GZYMqttTestForwarder extends Forwarder {
private String clientid; private String clientid;
@Value("${gzymqtttest.server.topic}") @Value("${gzymqtttest.server.topic}")
private String topic; private String topic;
//@Value("${gzymqtt.server.enabled}") @Value("${gzymqtttest.server.enabled}")
private boolean enabled=true; private boolean enabled;
@Autowired @Autowired
GnssStatusMsgMapper statusMsgMapper; GnssStatusMsgMapper statusMsgMapper;
MQTTClient mqttClient; MQTTClient mqttClient;