基于 Spring + Atomikos 的多数据源配置(含有BaseDao,BaseService)
Posted 艺术攻城狮
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了基于 Spring + Atomikos 的多数据源配置(含有BaseDao,BaseService)相关的知识,希望对你有一定的参考价值。
1.spring配置文件
classpath:/system.properties classpath:/jdbc.properties classpath:/system.properties UTF-8 mysql xph datasource ${mysql_url_xph} ${mysql_user_xph} ${mysql_password_xph} mysql qs datasource ${mysql_url_qs} ${mysql_user_qs} ${mysql_password_qs} classpath*:com/tykj/weatherservice/bean/xphdata/xphRealData.xml classpath*:com/tykj/weatherservice/bean/channel/channel.xml classpath*:com/tykj/weatherservice/bean/deviceinfo/deviceinfo.xml classpath*:com/tykj/weatherservice/bean/webthings/webthings.xml UserTransactionImp1 300 UserTransactionManager1 true
以上是关于基于 Spring + Atomikos 的多数据源配置(含有BaseDao,BaseService)的主要内容,如果未能解决你的问题,请参考以下文章
基于spring+mybatis+atomikos+jta实现分布式事务
spring+mybatis+tkmapper+atomikos实现分布式事务-动态切换数据源
spring-boot-starter-jta-atomikos 和 spring-boot-starter-batch