spring boot+Mybatis+automatic+jta实现分布式事务

分布式事务解决方案(即操做多个数据源事务解决方案): 有以下几种方案: automatic+jta ;两段提交协议 ;MQ推送 实现automatic+jta分布式事务管理: 1.添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jta-atomikos</ar
相关文章
相关标签/搜索