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