当我有一颗豆子
<bean name="myBean" class="mypackage.myBean">
<property name="otherBean" ref="otherBeanRef" />
</bean>
然后我单击 otherBeanRef 我被重定向到 otherBeanRef 的定义,但这仅在它在同一个文件中时才有效。
如何配置spring ide也支持其他spring文件?
当我有一颗豆子
<bean name="myBean" class="mypackage.myBean">
<property name="otherBean" ref="otherBeanRef" />
</bean>
然后我单击 otherBeanRef 我被重定向到 otherBeanRef 的定义,但这仅在它在同一个文件中时才有效。
如何配置spring ide也支持其他spring文件?