当前位置:   article > 正文

springBoot分布式事务_分布式事务 dubbo springboot

分布式事务 dubbo springboot

新增依赖

使用springboot+jta+atomikos分布式事务管理

<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-jta-atomikos -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-jta-atomikos</artifactId>
    <version>2.0.2.RELEASE</version>

</dependency>



声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/995462
推荐阅读
相关标签
  

闽ICP备14008679号