<bean id="propertyPlaceholderConfigurer"
class="orgspringframeworkbeansfactoryconfigPropertyPlaceholderConfigurer">
<property name="localOverride" value="true"></property>
<property name="locations">
<list>
<value>classpath:conf/</value>
</list>
</property>
</bean>
可以直建立一个配置信息对象类让spring的注入把配置属性值注入到你的类里的对应属性的。
sw(config)#service dhcp
sw(config)#ip dhcp pool 1722510/24
sw(dhcp-config)#network 1722510 2552552550
sw(dhcp-config)#default-router 1722511
sw(dhcp-config)#exit
sw(config)#ip dhcp excluded-address 1722511 17225150
sw(config)#ip dhcp excluded-address 172251200 172251255
以上就是关于如何用程序的方式,从 PropertyPlaceholderConfigurer 获取配置全部的内容,包括:如何用程序的方式,从 PropertyPlaceholderConfigurer 获取配置、cisco3560如何设置使 ip自动获取,详细配置、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)