我使用Spring Integration FTP 将文件从 FTP 服务器复制到本地并进行处理。它在本地使用Spring Boot和 Spring Integration 工作正常,但我已经在 OpenShift 中部署了应用程序,但它不是在寻找 FTP 文件。
例如:
In local FileReadingMessageSource is getting invoked
[task-scheduler-5] o.s.i.file.FileReadingMessageSource : Created message: [GenericMessage [payload=file-temp\abcd.xml, headers={id=30e5289a-aba6-19db-1d81-3036fca251b0, timestamp=1464675579294}]]
但它不会在 OpenShift 中调用。它是否需要任何特殊配置才能工作?