私が豆を持っているとき
<bean name="myBean" class="mypackage.myBean">
<property name="otherBean" ref="otherBeanRef" />
</bean>
otherBeanRef をクリックすると、otherBeanRef の定義にリダイレクトされますが、これは同じファイル内にある場合にのみ機能します。
他のSpringファイルもサポートするようにSpring ideを構成するにはどうすればよいですか?