Merge pull request #69 from SCS-ASSE-FS21-Group1/change_mqtt_broker_in_roster

Changed mqtt broker address in roster
This commit is contained in:
Marcel 2021-11-16 19:11:49 +01:00 committed by GitHub
commit 1d13b8e746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ public class RosterApplication {
static Logger logger = Logger.getLogger(RosterApplication.class.getName());
public static String MQTT_BROKER = "tcp://localhost:1883";
public static String MQTT_BROKER = "tcp://broker.hivemq.com:1883";
public static void main(String[] args) {
SpringApplication.run(RosterApplication.class, args);