【发布时间】:2021-09-10 18:42:16
【问题描述】:
有人可以帮助我提供一个很好的链接来使用 Spring Integration Outbound Adapter 执行以下操作吗?
#1 - Write an API, when user hits the API where csv is input for the API - process via spring
integration and send it FTP server (OR)
#2 - Write an API, when user hits the API - fetch the new daily records from DB - write it to
a csv file and send it to the FTP server via Spring Integration Outbound Adapter
谢谢
【问题讨论】: