스케줄러 sysout 추가
This commit is contained in:
parent
40d6b84857
commit
90415468d0
@ -58,6 +58,8 @@ public class SchedulerUtil {
|
|||||||
try {
|
try {
|
||||||
ip = InetAddress.getLocalHost().getHostAddress();
|
ip = InetAddress.getLocalHost().getHostAddress();
|
||||||
|
|
||||||
|
System.out.println("===========at scheduler run============");
|
||||||
|
System.out.println("server ip ============" + ip);
|
||||||
if(ip.equals(myLocalIp) || ip.equals(devIp) || ip.equals(dmzIp1) || ip.equals(dmzIp2) ) {
|
if(ip.equals(myLocalIp) || ip.equals(devIp) || ip.equals(dmzIp1) || ip.equals(dmzIp2) ) {
|
||||||
//접속 서버 별 분기처리 필요
|
//접속 서버 별 분기처리 필요
|
||||||
|
|
||||||
@ -77,6 +79,7 @@ public class SchedulerUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
System.out.println("===========at scheduler finish============");
|
||||||
|
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user