spring2.5之后导入属性文件的方法
在XML中加入
<context:property-placeholder location="classpath:db.properties"/> <bean id="" class=""> <property name="user" value="${user}"><property/> </bean> db.properties user=root
时间: 2024-10-20 19:09:04
spring2.5之后导入属性文件的方法
在XML中加入
<context:property-placeholder location="classpath:db.properties"/> <bean id="" class=""> <property name="user" value="${user}"><property/> </bean> db.properties user=root