fixed connectivity between OpenSyncGatewayCloudProcess and AllCloudInOneServer

This commit is contained in:
Dmitry Toptygin
2020-05-07 18:18:16 -04:00
parent 1d0ec5b203
commit 882f0d4ee3
8 changed files with 20 additions and 350 deletions

View File

@@ -5,7 +5,7 @@ import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.context.annotation.ComponentScan;
@ComponentScan(basePackages={"com.telecominfraproject.wlan", "ai.connectus"})
@ComponentScan(basePackages={"com.telecominfraproject.wlan"})
@EnableAutoConfiguration
public class OpenSyncGatewayCloudProcess {