Value type error for spring injection
已回答
I create a DataSource using the Spring MethodInvokingFactoryBean, When i reference the bean by its id IDEA complains that the ref is of the wrong type, namely the FactoryBean. Shouldn't it reference the object returned by the call, namely the DataSource?
请先登录再写评论。
Please report at https://youtrack.jetbrains.com/issues/IDEA with the small sample to reproduce.