You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
528 B
20 lines
528 B
package kr.co.kihyun.beans.batch; |
|
|
|
public class HttpUpdateBatch { |
|
|
|
public static void main(String[] args) { |
|
|
|
try { |
|
//System.out.println("Tet"); |
|
GroupConinfoUpConsol gc = new GroupConinfoUpConsol(); |
|
//System.out.println("Tet2"); |
|
|
|
// gc.updateDelMoumiDept(); |
|
gc.updateMoumiDept(); |
|
gc.updateDelMoumiMuser(); |
|
gc.updateMoumiMuser(); |
|
} catch(Exception ex) { |
|
System.out.println("error exception1:"+ex); |
|
} |
|
} |
|
}
|
|
|