The reference to entity "afs" must end with the ';' delimiter.

spring 初始化时候出的错误 

		<bean id="positionHelper"
		class="com.*.webconsole.util.position.MasterPositionHelper" singleton="true">
			<property name="queryGroup" value="http&afs" />
			<property name="queryDbkey" value="asdf=" />
		</bean>

value的值中出现&符号会导致spring初始化失败,另外这3个符号没关系 = / ?

你可能感兴趣的:(The reference to entity "afs" must end with the ';' delimiter.)