Second Drop of Opensync GW for Cloud, Handling OVSDB and some MQTT messages

This commit is contained in:
Mike Hansen
2020-05-07 10:35:59 -04:00
parent 58242e9e40
commit c70a075133
32 changed files with 1785 additions and 458 deletions

View File

@@ -1,11 +1,11 @@
package com.telecominfraproject.wlan.opensync.integration;
package com.telecominfraproject.wlan.opensync.experiment;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.context.annotation.ComponentScan;
@ComponentScan(basePackages = { "com.telecominfraproject.wlan" })
@ComponentScan(basePackages={"com.telecominfraproject.wlan", "ai.connectus"})
@EnableAutoConfiguration
public class OpenSyncGatewayCloudProcess {