context.xml 551 B

12345678910111213
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns="http://www.springframework.org/schema/beans"
  4. xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
  5. <import resource="classpath:ureport-console-context.xml"/>
  6. <bean id="propertyConfigurer" parent="ureport.props">
  7. <property name="location">
  8. <value>classpath:config.properties</value>
  9. </property>
  10. </bean>
  11. </beans>