src/main/java/org/springblade/modules/FTP/monitor.java
@@ -20,9 +20,9 @@ //ftp服务器密码 private static String ftpPassword = "Yly@123"; //ftp服务器路径 private static String ftpPath = "anbao/sql.json"; private static String ftpPath = "anbao/wsql.json"; @Scheduled(cron = "*/5 * * * * ?") @Scheduled(cron = "*/30 * * * * ?") public static boolean isFTPFileExist() { FTPClient ftp = new FTPClient();