⽤properties⽂件读取数据库的配置⽂件当properties⽂件在src⽬录下时以下三种路径都是正确的。(经过实验验证都可以读到配置⽂件),classpath不需要⼤写字母
<bean id="property"
class="org.springframework.fig.PropertyPlaceholderConfigurer">
<property name="locations">
<value>classpath:jdbc.properties</value>
</property>
</bean>
<bean id="property"
class="org.springframework.fig.PropertyPlaceholderConfigurer">
<property name="locations">
<value>jdbc.properties</value>
</property>
</bean>
<bean id="property"
class="org.springframework.fig.PropertyPlaceholderConfigurer">
<property name="locations">
<value>/jdbc.properties</value>
</property>
</bean>
Spring中读取配置⽂件properties
<bean id="propertyConfigurer" class="org.springframework.fig.PropertyPlaceholderConfigurer">
<property name="locations">鼠年中国发生的大事
<value>classpath:jdbc.properties</value>
</property>网络机顶盒怎么用
</bean>
<bean id="dataSource" destroy-method="close" class="org.apachemons.dbcp.BasicDataSource">
<property name="driverClassName">
每一次和你分开<value>${jdbc.driverClassName}</value> ${键值}
网上购物哪个平台便宜</property>
<property name="url">
云顶之弈s3阵容<value>${jdbc.url}</value>
</property>
<property name="username">
<value>${jdbc.username}</value>
</property>
<property name="password">
九年级历史上册教学计划<value>${jdbc.password}</value>
</property>
</bean>
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论