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 Original file line number Diff line number Diff line change 90
90
<groupId >com.alibaba.cloud</groupId >
91
91
<artifactId >spring-cloud-alibaba-seata</artifactId >
92
92
</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 >
93
98
94
99
<!-- 引入 Spring Cloud Alibaba Nacos Discovery 相关依赖,将 Nacos 作为注册中心,并实现对其的自动配置 -->
95
100
<dependency >
Original file line number Diff line number Diff line change 101
101
<groupId >com.alibaba.cloud</groupId >
102
102
<artifactId >spring-cloud-alibaba-seata</artifactId >
103
103
</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 >
104
109
105
110
<!-- 引入 Spring Cloud Alibaba Nacos Discovery 相关依赖,将 Nacos 作为注册中心,并实现对其的自动配置 -->
106
111
<dependency >
Original file line number Diff line number Diff line change 91
91
<groupId >com.alibaba.cloud</groupId >
92
92
<artifactId >spring-cloud-alibaba-seata</artifactId >
93
93
</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 >
94
99
95
100
<!-- 引入 Spring Cloud Alibaba Nacos Discovery 相关依赖,将 Nacos 作为注册中心,并实现对其的自动配置 -->
96
101
<dependency >
You can’t perform that action at this time.
0 commit comments