当我有豆子时
<bean name="myBean" class="mypackage.myBean">
<property name="otherBean" ref="otherBeanRef" />
</bean>
然后单击otherBeanRef,将我重定向到otherBeanRef的定义,但是,仅当它在同一文件中时,此方法才有效。
如何配置spring ide也支持其他spring文件?
最佳答案
您需要将两个文件都添加到Spring Spring Config File Set中。Spring Explorer/Properties/Config Sets