spring的配置的主要标签是什么?有什么作用?
Spring
<beans>
<bean id=”” class=”” init=”” destroy=”” singleton=””>
<property name=””>
<value></value>
</property>
<property name=””>
<ref local></ref>
</property>
</bean>
</beans>
同类其他面试题 点击新一篇或旧一篇可浏览全部同类面试题
旧一篇:如何在spring中实现国际化?
