Commit 1b9c92b79c85ac6fcffafb4e77e98eb210887d36

Authored by jiangjiazhi
1 parent 35f1cf248d

修改新电子病历

Showing 1 changed file with 1 additions and 1 deletions

platform-job-index/src/main/java/com/lyms/platform/job/index/restore/data/Runner.java View file @ 1b9c92b
... ... @@ -8,7 +8,7 @@
8 8 * Created by Administrator on 2016/9/29 0029.
9 9 */
10 10 public class Runner {
11   - public static void main(String[] args){
  11 + public static void main(String[] args)throws Exception{
12 12 PropertyConfigurator.configure("D:\\git resouce\\regional-platform\\platform-job-index\\target\\classes\\log4j_config.xml");
13 13 ApplicationContext applicationContext=new ClassPathXmlApplicationContext("classpath:/spring/applicationContext-sync-data.xml");
14 14 SyncDataWork syncDataWork = applicationContext.getBean(SyncDataWork.class);