How to automatically send flat file with latest SpringBoot 3 + Batch + Integration to sftp server

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ม.ค. 2025

ความคิดเห็น •

  • @TapanMandal-wu1sv
    @TapanMandal-wu1sv ปีที่แล้ว +1

    Very nice tutorial, basically Batch with Spring Boot 3

  • @itihas9958
    @itihas9958 ปีที่แล้ว

    Nice tutorial. I am building something quiet similar but my problem is that the file can be huge. How do we modify this so that we don't get a out of heap memory error. May be use streams in some way and append the file on the remote server?

  • @bartomiej3091
    @bartomiej3091 ปีที่แล้ว +1

    I have factory metod sftpSessiinFactory org.apache.sshd.client.keyverifier.serverKeyVerifier exception no class Def found and I cannot run application. What could it be about ???

  • @Kumarvivek-uv5hf
    @Kumarvivek-uv5hf 9 หลายเดือนก่อน

    Can you please create a tutorial to read files from MS OneDrive using springboot

  • @KalaSaby
    @KalaSaby ปีที่แล้ว

    Hi, thank you very much for the tutorial. I have error Violation d'index unique ou clé primaire: "PUBLIC.JOB_INST_UN_INDEX_3 ON PUBLIC.BATCH_JOB_INSTANCE(JOB_NAME NULLS FIRST, JOB_KEY NULLS FIRST) VALUES .
    And it persists even if I generate all tables.
    Thank you