`

spring applicat ionContext.xml读取propertites参数

阅读更多

<context:property-placeholder location="classpath:dataSource.properties" /> 

<property name="url" value="${url}" /> 
<property name="username" value="${username}" /> 
<property name="password" value="${password}" />
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics