spring mvc 怎么读取配置文件的
1个回答
展开全部
1、在spring-mybatis配置文件中引入配置文件,代码如下:
[html] view plain copy
<span style="font-family:Comic Sans MS;"> <!-- 引入配置文件 -->
<bean id="prpertyConfigurer"
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations">
<list>
<value>classpath:jdbc.properties</value>
</list>
</property>
</bean></span>
2、为了让controller读取到配置文件,仍需要在spring.xml文件中引入配置文件
[html] view plain copy
<span style="font-family:Comic Sans MS;"><context:property-placeholder location="classpath:jdbc.properties" /></span>
[html] view plain copy
<span style="font-family:Comic Sans MS;"> <!-- 引入配置文件 -->
<bean id="prpertyConfigurer"
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations">
<list>
<value>classpath:jdbc.properties</value>
</list>
</property>
</bean></span>
2、为了让controller读取到配置文件,仍需要在spring.xml文件中引入配置文件
[html] view plain copy
<span style="font-family:Comic Sans MS;"><context:property-placeholder location="classpath:jdbc.properties" /></span>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询