Skip to content

Commit c428fe4

Browse files
author
YunaiV
committed
增加 spring cloud alibaba seata 示例,升级下 seata 版本
1 parent 04310ee commit c428fe4

File tree

3 files changed

+15
-0
lines changed
  • labx-17/labx-17-sca-seata-at-dubbo-demo
    • labx-17-sca-seata-at-dubbo-demo-account-service
    • labx-17-sca-seata-at-dubbo-demo-order-service
    • labx-17-sca-seata-at-dubbo-demo-product-service

3 files changed

+15
-0
lines changed

labx-17/labx-17-sca-seata-at-dubbo-demo/labx-17-sca-seata-at-dubbo-demo-account-service/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@
9090
<groupId>com.alibaba.cloud</groupId>
9191
<artifactId>spring-cloud-alibaba-seata</artifactId>
9292
</dependency>
93+
<dependency> <!-- 主要想使用 seata 1.1.0 版本 -->
94+
<groupId>io.seata</groupId>
95+
<artifactId>seata-spring-boot-starter</artifactId>
96+
<version>1.1.0</version>
97+
</dependency>
9398

9499
<!-- 引入 Spring Cloud Alibaba Nacos Discovery 相关依赖,将 Nacos 作为注册中心,并实现对其的自动配置 -->
95100
<dependency>

labx-17/labx-17-sca-seata-at-dubbo-demo/labx-17-sca-seata-at-dubbo-demo-order-service/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@
101101
<groupId>com.alibaba.cloud</groupId>
102102
<artifactId>spring-cloud-alibaba-seata</artifactId>
103103
</dependency>
104+
<dependency> <!-- 主要想使用 seata 1.1.0 版本 -->
105+
<groupId>io.seata</groupId>
106+
<artifactId>seata-spring-boot-starter</artifactId>
107+
<version>1.1.0</version>
108+
</dependency>
104109

105110
<!-- 引入 Spring Cloud Alibaba Nacos Discovery 相关依赖,将 Nacos 作为注册中心,并实现对其的自动配置 -->
106111
<dependency>

labx-17/labx-17-sca-seata-at-dubbo-demo/labx-17-sca-seata-at-dubbo-demo-product-service/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@
9191
<groupId>com.alibaba.cloud</groupId>
9292
<artifactId>spring-cloud-alibaba-seata</artifactId>
9393
</dependency>
94+
<dependency> <!-- 主要想使用 seata 1.1.0 版本 -->
95+
<groupId>io.seata</groupId>
96+
<artifactId>seata-spring-boot-starter</artifactId>
97+
<version>1.1.0</version>
98+
</dependency>
9499

95100
<!-- 引入 Spring Cloud Alibaba Nacos Discovery 相关依赖,将 Nacos 作为注册中心,并实现对其的自动配置 -->
96101
<dependency>

0 commit comments

Comments
 (0)