| 12345678910111213141516171819202122232425 | <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans"	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tx="http://www.springframework.org/schema/tx"	xmlns:context="http://www.springframework.org/schema/context"	xmlns:aop="http://www.springframework.org/schema/aop" xmlns:jaxws="http://cxf.apache.org/jaxws"	xmlns:jaxrs="http://cxf.apache.org/jaxrs"	xsi:schemaLocation="		http://www.springframework.org/schema/context           http://www.springframework.org/schema/context/spring-context-3.1.xsd        http://www.springframework.org/schema/aop		http://www.springframework.org/schema/aop/spring-aop-3.1.xsd        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd        http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.1.xsd		http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd		http://cxf.apache.org/jaxrs http://cxf.apache.org/schemas/jaxrs.xsd">							<bean id="gisTycjDao" class="com.jsjty.zygl.dao.impl.GisTycjDaoImpl">	  			<property name="sqlSessionFactory" ref="sqlSessionFactory" />			</bean>						<bean id="gisTycjHSDao" class="com.jsjty.zygl.dao.impl.GisTycjHSDaoImpl">	  			<property name="sqlSessionFactory" ref="aqsqlSessionFactory" />			</bean></beans>
 |