| | |
| | | import org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer; |
| | | import org.springframework.context.annotation.Bean; |
| | | import org.springframework.context.annotation.ComponentScan; |
| | | import org.springframework.scheduling.annotation.EnableAsync; |
| | | |
| | | import java.util.LinkedHashSet; |
| | | import java.util.Set; |
| | |
| | | * |
| | | * @author Andy |
| | | */ |
| | | @EnableAsync |
| | | @SpringBootApplication(exclude = {DataSourceAutoConfiguration.class}) |
| | | @ComponentScan(basePackages = {"com.ld.license","com.ld.onvif"}) |
| | | public class IgdsApplication { |