MyConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [java.util.Listorg.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:816)
现在,我意识到spring正在尝试寻找MessageFeeder类型的bean
我是eclipse插件开发的新手,我继承了一些Eclipse插件代码,我正在尝试如何做一些相对简单的事情。简而言之,右键单击项目中的Java类,向导打开,所选Java类的完全限定类名出现在文本字段中。当您单击"next“时,代码将尝试执行一个CClass.forName(s),其中s是类名。问题是,Class.forName抛出了一个class not found异常,我认为这是因为eclipse项目中的Java</