博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
基于 Spring + Atomikos + Mybatis的多数据源配置demo
阅读量:6707 次
发布时间:2019-06-25

本文共 1716 字,大约阅读时间需要 5 分钟。

1.spring配置文件

jdbc:oracle:thin:@192.168.222.1:1521:orcl
scott
orcl
jdbc:mysql://localhost:3306/test
root
classpath:com/cn/dao/dept/DeptDaoMapper.xml
classpath:com/cn/dao/brand/BrandDaoMapper.xml
UserTransactionManager
true

2.项目结构

3.mybatis映射文件

转载于:https://www.cnblogs.com/ysgcs/p/7452330.html

你可能感兴趣的文章
How to Rollback a LVM Volume to its Snapshot.
查看>>
SAMBA服务器
查看>>
[tomcat9]This is very likely to create a memory leak. Stack trace of thread
查看>>
枚举原理与常见用法与技巧
查看>>
Linux Shell常用技巧(十)
查看>>
确定linux操作系统32位还是64位
查看>>
html学习笔记
查看>>
希赛2012软考《网络工程师》笔记(第四部分:知识产权与标准化)
查看>>
windows server 2008 r2 忘记域管理员密码的解决办法
查看>>
Centos 5.5 上面安装Open×××完整版上篇【服务端配置】
查看>>
一个高性能无锁非阻塞链表队列
查看>>
市场or市值-Android和IOS浅谈
查看>>
我的友情链接
查看>>
ubuntu上从mysql中用命令行备份出数据库
查看>>
Linux的哈希命令
查看>>
linux find命令之xargs的用法
查看>>
Visio2007也能画立体机房效果图
查看>>
Oracle job 时间间隔
查看>>
黑马程序员----Java基础:Set
查看>>
IOS性能调优系列:使用Instruments动态分析内存泄漏,调优instruments
查看>>