SFTP会话工厂



我在spring-beans.xml中使用org.springframework.integration.sftp.session.DefaultSftpSessionFactory

但是在xml文件中显示错误。

Multiple annotations found at this line:
- Class 'org.springframework.integration.sftp.session.DefaultSftpSessionFactory' not
   found
- Class 'org.springframework.integration.sftp.session.DefaultSftpSessionFactory' not
     found [config set: OnlineOrderAPI/web-  context]

你能帮帮我吗?

添加到您的pom.xml

        <dependency>    <!-- necessary for using sftp -->
        <groupId>org.springframework.integration</groupId>
        <artifactId>spring-integration-sftp</artifactId>
        <version>2.2.4.RELEASE</version>
    </dependency>

那么你准备好了,如果没有,

右键单击project, maven, update project清洁项目重新启动eclipse等等等等等等

最新更新