648540858
2022-05-10 f8f65d473bec182abeecd6fd17a9d4c4c4cfc7c5
src/main/java/com/genersoft/iot/vmp/VManageBootstrap.java
@@ -7,7 +7,6 @@
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.servlet.ServletComponentScan;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.scheduling.annotation.EnableScheduling;
import springfox.documentation.oas.annotations.EnableOpenApi;
@@ -24,7 +23,6 @@
   private static ConfigurableApplicationContext context;
   public static void main(String[] args) {
      VManageBootstrap.args = args;
      System.out.println("test");
      VManageBootstrap.context = SpringApplication.run(VManageBootstrap.class, args);
   }
   // 项目重启