Skip to content

Commit a11539e

Browse files
author
YunaiV
committed
Spring Cloud Alibaba Sentinel 入门
1 parent 46f1aed commit a11539e

File tree

117 files changed

+26
-26
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+26
-26
lines changed

README.md

Lines changed: 2 additions & 2 deletions

labx-03-spring-cloud-feign/labx-03-sc-feign-demo01-consumer/pom.xml renamed to labx-03/labx-03-sc-feign-demo01-consumer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>labx-03-spring-cloud-feign</artifactId>
6+
<artifactId>labx-03</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

labx-03-spring-cloud-feign/labx-03-sc-feign-demo01-provider/pom.xml renamed to labx-03/labx-03-sc-feign-demo01-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>labx-03-spring-cloud-feign</artifactId>
6+
<artifactId>labx-03</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

0 commit comments

Comments
 (0)