当我有一个豆
<bean name="myBean" class="mypackage.myBean">
<property name="otherBean" ref="otherBeanRef" />
</bean>
然后点击otherBeanRef我被重定向到otherBeanRef的定义,但只有当它在同一个文件中时才有效。
如何配置spring ide以支持其他spring文件?
答案 0 :(得分:1)
您需要将这两个文件添加到Spring Spring配置文件集。
Spring Explorer/Properties/Config Sets