1
zhang
昨天 e776092499ea84188c796e9f66c9a2e69321c92e
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) {