1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

Merge pull request #1775 from qq32933432/master

modify Seata example
This commit is contained in:
Jim Fang 2020-10-26 16:47:41 +08:00 committed by GitHub
commit b5b26481bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>order-service</artifactId> <artifactId>order-service</artifactId>
<name>Spring Cloud Starter Alibaba Seata Example - Business Service</name> <name>Spring Cloud Starter Alibaba Seata Example - Order Service</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<dependencies> <dependencies>