0

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

但它在 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]

你能帮我么?

4

1 回答 1

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,更新项目清理项目重启eclipse等等等

于 2013-07-12T20:36:09.757 回答