zy-acs-cv/src/main/java/com/zy/Boot.java
@@ -5,9 +5,11 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; import org.springframework.scheduling.annotation.EnableAsync; import org.springframework.scheduling.annotation.EnableScheduling; @EnableAsync @SpringBootApplication @EnableScheduling public class Boot extends SpringBootServletInitializer { public static void main(String[] args) {