JEECG多数据源配置后如何使用
如下配置数据源集合的话,如何在service层中根据实际的需求调用具体的数据源..也就是说如何进行切换呢请大家指点下,谢谢了~
<!-- 数据源集合 -->
<bean id="dataSource" class="org.jeecgframework.core.extend.datasource.DynamicDataSource">
<property name="targetDataSources">
<map key-type="org.jeecgframework.core.extend.datasource.DataSourceType">
<entry key="dataSource_jeecg" value-ref="dataSource_jeecg" />
<!-- <entry key="mapdataSource" value-ref="mapdataSource" />
-->
</map>
</property>
<property name="defaultTargetDataSource" ref="dataSource_jeecg" />
</bean>
http://sunflowers.iteye.com/blog/794624 cooltange 发表于 2013-9-16 14:28 static/image/common/back.gif
http://sunflowers.iteye.com/blog/794624
恩,明白了,谢了,兄弟 内事不决问度娘 :lol
页:
[1]