shjung преди 1 година
родител
ревизия
b88c9f5eb5
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      src/main/java/com/ggits/tsinfo/server/GgitsTsinfoServerApplication.java

+ 0 - 3
src/main/java/com/ggits/tsinfo/server/GgitsTsinfoServerApplication.java

@@ -56,8 +56,6 @@ public class GgitsTsinfoServerApplication implements CommandLineRunner, Applicat
     }
 
     public void terminateApplication() {
-//        SigTcpClientCommService sigCommClientService = SpringUtils.getBean(SigTcpClientCommService.class);
-//        sigCommClientService.shutdown();
     }
     @Override
     public void onApplicationEvent(ContextClosedEvent event) {
@@ -73,6 +71,5 @@ public class GgitsTsinfoServerApplication implements CommandLineRunner, Applicat
 
     @Override
     public void afterPropertiesSet() throws Exception {
-        //log.info("Application afterPropertiesSet");
     }
 }