YYC
2023-08-11 3a506a7aa047c806f09b82bf1c8670d94072d86b
igds-web/src/main/java/com/ld/igds/IgdsApplication.java
@@ -10,6 +10,7 @@
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;
@@ -19,6 +20,7 @@
 *
 * @author Andy
 */
@EnableAsync
@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class})
@ComponentScan(basePackages = {"com.ld.license","com.ld.onvif"})
public class IgdsApplication {