改为日志打印

This commit is contained in:
shuzheng 2017-02-12 11:19:33 +08:00
parent 9cfd88e541
commit 25b0985b3f
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@ public class ZhengCmsRpcServiceApplication {
_log.info(">>>>> zheng-cms-rpc-service 正在启动 <<<<<");
new ClassPathXmlApplicationContext("classpath*:applicationContext*.xml");
_log.info(">>>>> zheng-cms-rpc-service 启动完成 <<<<<");
System.out.println(">>>>> zheng-cms-rpc-service 启动完成 <<<<<");
}
}

View File

@ -16,7 +16,6 @@ public class ZhengUpmsRpcServiceApplication {
_log.info(">>>>> zheng-upms-rpc-service 正在启动 <<<<<");
new ClassPathXmlApplicationContext("classpath*:applicationContext*.xml");
_log.info(">>>>> zheng-upms-rpc-service 启动完成 <<<<<");
System.out.println(">>>>> zheng-upms-rpc-service 启动完成 <<<<<");
}
}