【发布时间】:2016-03-22 21:37:13
【问题描述】:
我是 Spring 新手,我面临一个真正的问题,我不知道如何解决
当我扩展 DefaultFtpSessionFactory 时,编译器会生气地告诉我 The hierarchy of the type CLASSNAME is inconsistent。
我搜索了很多,发现当需要的类不在构建路径中时,可能会发生这种情况。
有人知道如何处理这种编译问题吗?
提前致谢。
【问题讨论】:
-
请发布出现错误的行。
-
由于我不能在这里发布快照,我会写它
public class FtpClass extends DefaultFtpsSessionFactory它给The hierarchy of the type CLASSNAME is inconsistent在FtpClass下面
标签: java spring ftp spring-integration