Skip to content

Commit ce1d5b7

Browse files
author
YunaiV
committed
Spring Cloud Alibaba Nacos Config 入门
1 parent a11539e commit ce1d5b7

File tree

100 files changed

+23
-23
lines changed

Some content is hidden

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

100 files changed

+23
-23
lines changed

labx-03/labx-03-sc-feign-demo01-consumer/pom.xml renamed to labx-03-spring-cloud-feign/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</artifactId>
6+
<artifactId>labx-03-spring-cloud-feign</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

labx-03/labx-03-sc-feign-demo01-provider/pom.xml renamed to labx-03-spring-cloud-feign/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</artifactId>
6+
<artifactId>labx-03-spring-cloud-feign</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

0 commit comments

Comments
 (0)