ソースを参照

注释没有启动的东西

xiaochan 3 年 前
コミット
3234a8e1d3

+ 1 - 1
src/main/java/thyyxxk/webserver/config/StartAutoRequestService.java

@@ -18,7 +18,7 @@ public class StartAutoRequestService implements CommandLineRunner {
 
     @Override
     public void run(String... args) throws Exception {
-        server.startServer();
+//        server.startServer();
         log.info("软件启动");
     }
 }