春季背景下有下一个结构:
<util:map id="testMap" map-class="java.util.LinkedHashMap">
<entry key="testKey">
...doesn't matter
</util:map>
<bean id="childTestMap" parent="testMap"></bean>
这是真的吗?我的意思是工作配置? 我问,因为当我试图运行时,我会看到下一个堆栈跟踪:
org.springframework.beans.factory.NoSuchBeanDefinitionException:没有 豆名为&#39; testMap&#39;已定义
提前致谢!