luxiaotao1123
2020-08-28 5bb21f6acf38e234b765a76561c588d808a44c93
src/main/java/com/zy/Boot.java
@@ -6,7 +6,9 @@
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
import org.springframework.scheduling.annotation.EnableAsync;
@EnableAsync
@SpringBootApplication
public class Boot extends SpringBootServletInitializer {