SFTP会话工厂

时间:2013-05-06 13:07:43

标签: spring

我在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]

你能帮帮我吗?

1 个答案:

答案 0 :(得分:0)

添加到您的pom.xml

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

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

右击项目,maven,更新项目 干净的项目 重启日食 等等等