我想要一个带有一些作业参数的创建bean。我发现了一个帖子here 但这似乎没有解决,而且是一个老帖子。
MyConfig config;
public void setConfig(MyConfig config)
{
this.config = config
}
setter属性如下所示,MyConfig没有实现任何接口。
Error creating bean with name 'lazybidingProxy.anotherBean' defined in
class path [resource/config/spring-context.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportException: Failed to convert value of type 'com.sun.proxy.$Proxy17 implementing org.springframework.beans.factory.Initializing,java.io.Serializable,org.springframework.aop.scope.ScopedObject.....
to required type[package.someClass]: no matching editors or conversion strategy found]
我得到了一个例外
{{1}}