shjung 1 anno fa
parent
commit
b88c9f5eb5

+ 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");
     }
 }