(no commit message)
[utils] / crawler / kissweb / src / main / resources / beanRefContext.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
3  
4  <beans> 
5      
6      <bean id="crawler"
7          class="org.springframework.context.support.ClassPathXmlApplicationContext">
8          <constructor-arg>
9              <list>
10                  <value>org.wamblee.crawler.properties.xml</value>
11                  <value>org.wamblee.crawler.notification.xml</value>
12                  <value>org.wamblee.crawler.kiss.xml</value>
13              </list>
14          </constructor-arg>
15      </bean>
16      
17  </beans>