spring 配置文件中使用properties文件 配置

配置Bean载入properties文件:

	<bean 
		p:location="/WEB-INF/ut.properties" />

在pring文件中使用那个properties中的参数:

  <constructor-arg index="1" value="${ut.securityContext.serviceProperties.service}" />