mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2026-03-21 23:39:20 +00:00
Second Drop of Opensync GW for Cloud, Handling OVSDB and some MQTT messages
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user