1.在l中加⼊
<!-- 注解使⽤properties -->
<bean id="configProperties" class="org.springframework.fig.PropertiesFactoryBean">
<property name="locations">丛林的法则道歉
<list>
<value>classpath:/*.properties</value>
</list>
非诚勿扰张丹丹去哪了眼线怎么画好看</property>
</bean>
<bean id="propertyConfigurer" class="org.springframework.fig.PreferencesPlaceholderConfigurer">
读取配置文件失败<property name="properties" ref="configProperties" />
</bean>
国家公务员工资待遇2.在类的成员变量上直接加上注解@Value("#{configProperties['xxxxx']}"),这⾥configProperties即你在xml配置的ref,xxxx即配置⽂件中的key名称。
发布评论