12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?xml version="1.0" encoding="utf-8"?>
- <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN 2.0//EN" "http://www.springframework.org/dtd/spring-beans-2.0.dtd">
- <beans>
- <bean id="xxXwfbDAO" class="com.huimv.xx.dao.XxXwfbDAOImpl">
- <property name="dataSource" ref="dataSource"/>
- <property name="sqlMapClient" ref="sqlMapClient"/>
- </bean>
- <bean id="xxXtggDAO" class="com.huimv.xx.dao.XxXtggDAOImpl">
- <property name="dataSource" ref="dataSource"/>
- <property name="sqlMapClient" ref="sqlMapClient"/>
- </bean>
- <bean id="xxXxtzDAO" class="com.huimv.xx.dao.XxXxtzDAOImpl">
- <property name="dataSource" ref="dataSource"/>
- <property name="sqlMapClient" ref="sqlMapClient"/>
- </bean>
- <bean id="xxTsxxjlDAO" class="com.huimv.xx.dao.XxTsxxjlDAOImpl">
- <property name="dataSource" ref="dataSource"/>
- <property name="sqlMapClient" ref="sqlMapClient"/>
- </bean>
- <bean id="miPush" class="com.huimv.push.MiPush">
- <property name="dataSource" ref="dataSource"/>
- <property name="sqlMapClient" ref="sqlMapClient"/>
- </bean>
- <bean id="gtPush" class="com.huimv.gtpush.GtPush">
- <property name="dataSource" ref="dataSource"/>
- <property name="sqlMapClient" ref="sqlMapClient"/>
- </bean>
- <bean id="xxXxtsDAO" class="com.huimv.xx.dao.XxXxtsDAOImpl">
- <property name="dataSource" ref="dataSource"/>
- <property name="sqlMapClient" ref="sqlMapClient"/>
- </bean>
- <bean id="xxTjfxDAO" class="com.huimv.xx.dao.XxTjfxDAOImpl">
- <property name="dataSource" ref="dataSource"/>
- <property name="sqlMapClient" ref="sqlMapClient"/>
- </bean>
- <bean id="xxGttsjlDAO" class="com.huimv.xx.dao.XxGttsjlDAOImpl">
- <property name="dataSource" ref="dataSource"/>
- <property name="sqlMapClient" ref="sqlMapClient"/>
- </bean>
- </beans>
|