31 lines
1.1 KiB
XML
31 lines
1.1 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<!DOCTYPE beans PUBLIC
|
||
|
|
"-//SPRING//DTD BEAN//EN"
|
||
|
|
"http://www.springframework.org/dtd/spring-beans.dtd">
|
||
|
|
|
||
|
|
|
||
|
|
<beans>
|
||
|
|
<bean id="com.dev.telnet"
|
||
|
|
class="org.springframework.context.support.ClassPathXmlApplicationContext">
|
||
|
|
<constructor-arg index="0">
|
||
|
|
<list>
|
||
|
|
<value>classpath:dataSourceContext.xml</value>
|
||
|
|
<value>classpath*:daoContext.xml</value>
|
||
|
|
<value>classpath*:serviceContext.xml</value>
|
||
|
|
<value>classpath*:securityContext.xml</value>
|
||
|
|
<value>classpath*:sequenceContext.xml</value>
|
||
|
|
<value>classpath*:telnetOverrideContext.xml</value>
|
||
|
|
<value>classpath*:actionContext.xml</value>
|
||
|
|
<value>classpath*:validateContext.xml</value>
|
||
|
|
<value>classpath*:tableContext.xml</value>
|
||
|
|
<value>classpath*:formatContext.xml</value>
|
||
|
|
<value>classpath*:configContext.xml</value>
|
||
|
|
<value>classpath*:valueListContext.xml</value>
|
||
|
|
<value>classpath*:serverList.xml</value>
|
||
|
|
<value>classpath*:dbList.xml</value>
|
||
|
|
<value>classpath*:shellContext.xml</value>
|
||
|
|
<value>classpath:com/dev/kangaroo/kangarooContext.xml</value>
|
||
|
|
</list>
|
||
|
|
</constructor-arg>
|
||
|
|
</bean>
|
||
|
|
</beans>
|