首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

spring中加载properties资料

2012-09-17 
spring中加载properties文件bean idpropertyConfigurervalue${url} /property namebase value

spring中加载properties文件

<bean id="propertyConfigurer"value="${url}" /><property name="base" value="${base}" /><property name="userDn" value="${userDn}" /><property name="password" value="${password}" /></bean>


ldap.properties文件:

url=ldap://61.xxx.xxx.xxx:389
base=o=mycom.com,c=cn
userDn=cn=root,o=mycom.com,c=cn
password=secret

热点排行