|
@@ -23,15 +23,12 @@ public class RenrenApplication {
|
|
|
SpringApplication.run(RenrenApplication.class, args);
|
|
|
System.out.println("==========数据抓取测试==========");
|
|
|
DashboardDataPullUtils dashboardDataPullUtils = new DashboardDataPullUtils();
|
|
|
- System.out.println("----------抓取csv数据----------");
|
|
|
System.out.println("-> Sheet 1");
|
|
|
dashboardDataPullUtils.getCsvData1();
|
|
|
System.out.println("-> Sheet 2");
|
|
|
dashboardDataPullUtils.getCsvData2();
|
|
|
System.out.println("-> Sheet 3");
|
|
|
dashboardDataPullUtils.getCsvData3();
|
|
|
- System.out.println("----------抓取excel数据----------");
|
|
|
- dashboardDataPullUtils.getExcelData(new TElecdashboardRealtimeEntity());
|
|
|
}
|
|
|
|
|
|
}
|