这只是我背景的一小部分:
<property name="a" value="1"/> where a is Integer.
如何将null设置为此值?
解决方法
您可以使用元素< null />表示空值:
<property name="a" value="1"/><null/></property>
编辑:官方spring 2.5文档中有更多信息:http://static.springsource.org/spring/docs/2.5.x/reference/beans.html#beans-null-element