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