0

当我有一颗豆子

  <bean name="myBean" class="mypackage.myBean">
    <property name="otherBean" ref="otherBeanRef" />
  </bean>

然后我单击 otherBeanRef 我被重定向到 otherBeanRef 的定义,但这仅在它在同一个文件中时才有效。

如何配置spring ide也支持其他spring文件?

4

1 回答 1

1

您需要将这两个文件都添加到 Spring Spring Config File Set 中。

Spring Explorer/Properties/Config Sets

于 2011-10-26T11:20:39.960 回答