改为日志打印
This commit is contained in:
parent
9cfd88e541
commit
25b0985b3f
|
@ -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 启动完成 <<<<<");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -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 启动完成 <<<<<");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue