#
luxiaotao1123
2020-08-20 15b517acc9097ba39155e1d572c007e43bf8e112
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 {