增加 seata 示例
This commit is contained in:
@ -25,6 +25,7 @@
|
||||
<druid.version>1.1.14</druid.version>
|
||||
<sharding-jdbc-core.version>2.0.3</sharding-jdbc-core.version>
|
||||
<hutool.version>5.4.1</hutool.version>
|
||||
<seata.version>1.3.0</seata.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
@ -49,11 +50,11 @@
|
||||
<artifactId>unifast-storage</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>p6spy</groupId>
|
||||
<artifactId>p6spy</artifactId>
|
||||
<version>3.8.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>p6spy</groupId>
|
||||
<artifactId>p6spy</artifactId>
|
||||
<version>3.8.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-fileupload</groupId>
|
||||
<artifactId>commons-fileupload</artifactId>
|
||||
@ -193,6 +194,17 @@
|
||||
<artifactId>apm-toolkit-trace</artifactId>
|
||||
<version>8.1.0</version>
|
||||
</dependency>
|
||||
<!--seata -->
|
||||
<dependency>
|
||||
<groupId>com.alibaba.cloud</groupId>
|
||||
<artifactId>spring-cloud-alibaba-seata</artifactId>
|
||||
<version>2.1.0.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.seata</groupId>
|
||||
<artifactId>seata-all</artifactId>
|
||||
<version>${seata.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
Reference in New Issue
Block a user