Fix typo for link in SFTP Consumer README

This commit is contained in:
sjgleam
2023-09-15 23:46:28 +09:00
committed by GitHub
parent 6835533d82
commit eccdf79a7b

View File

@@ -14,7 +14,7 @@ You can use `sftpConsumer` as a qualifier when injecting.
All configuration properties are prefixed with `sftp.consumer`.
For more information on the various options available, please see link:src/main/java/org/springframework/cloud/fn/consumer/sftp/SFTPConsumerProperties.java[SftpConsumerProperties].
For more information on the various options available, please see link:src/main/java/org/springframework/cloud/fn/consumer/sftp/SftpConsumerProperties.java[SftpConsumerProperties].
A `ComponentCustomizer<SftpMessageHandlerSpec>` bean can be added in the target project to provide any custom options for the `SftpMessageHandlerSpec` configuration used by the `sftpConsumer`.