tangzy
2021-08-27 03f42f3e256dbc2e0c4e9b7ce3cb6a85df7cf130
src/main/java/org/springblade/modules/FTP/monitor.java
@@ -15,7 +15,7 @@
@Component
public class monitor {
//   @Scheduled(cron = "*/30 * * * * ?")
   @Scheduled(cron = "*/30 * * * * ?")
   public static boolean isFTPFileExist() {
      FTPClient ftp = new FTPClient();