有谁可以说明下用java编写连连看的主要类是什么以及它的作用吗 还有都有什么方法,作用是什么吗谢谢帮助
1个回答
展开全部
用了spring框架么?用的话直接配置
<bean id="GlobalPropertyConfigurer"
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="ignoreResourceNotFound" value="true" />
<property name="locations">
<list>
<value>classpath:XX.properties</value>
</list>
</property>
</bean>
<bean id="GlobalPropertyConfigurer"
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="ignoreResourceNotFound" value="true" />
<property name="locations">
<list>
<value>classpath:XX.properties</value>
</list>
</property>
</bean>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询