|
|
@@ -39,7 +39,7 @@ public class HSLApplication {
|
|
|
System.out.println("run over!");
|
|
|
}
|
|
|
|
|
|
- @Scheduled(fixedRate=1000*60*60)
|
|
|
+ /*@Scheduled(fixedRate=1000*60*60)
|
|
|
public void filePath() {
|
|
|
System.out.println("begin download "+new Date());
|
|
|
runDownloadFilePath();
|
|
|
@@ -54,6 +54,6 @@ public class HSLApplication {
|
|
|
JdbcUtil.connection = null;
|
|
|
}
|
|
|
System.out.println("download over!");
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
}
|