Skip to content

Commit f3a1b93

Browse files
author
YunaiV
committed
Spring Cloud Alibaba Nacos Discovery 入门
1 parent fd66610 commit f3a1b93

File tree

23 files changed

+10
-10
lines changed

23 files changed

+10
-10
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
## Spring Cloud Alibaba 全家桶
159159

160160
* [《芋道 Spring Cloud Alibaba 介绍》](http://www.iocoder.cn/Spring-Cloud-Alibaba/intro/?github)
161-
* [《芋道 Spring Cloud Alibaba 注册中心 Nacos 入门》](http://www.iocoder.cn/Spring-Cloud-Alibaba/Nacos-Discovery/?github) 对应 [labx-01](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-01)
161+
* [《芋道 Spring Cloud Alibaba 注册中心 Nacos 入门》](http://www.iocoder.cn/Spring-Cloud-Alibaba/Nacos-Discovery/?github) 对应 [labx-01-spring-cloud-alibaba-nacos-discovery](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-01-spring-cloud-alibaba-nacos-discovery)
162162
* [《芋道 Spring Cloud Alibaba 服务调用 Dubbo 入门》](http://www.iocoder.cn/Spring-Cloud-Alibaba/Dubbo/?github) 对应 [labx-07](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-07)
163163
* [《芋道 Spring Cloud Alibaba 服务容错 Sentinel 入门》](http://www.iocoder.cn/Spring-Cloud-Alibaba/Sentinel/?github) 对应 [labx-04](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-04)
164164
* [《芋道 Spring Cloud Alibaba 消息队列 RocketMQ 入门》](http://www.iocoder.cn/Spring-Cloud-Alibaba/RocketMQ/?github) 对应 [labx-06](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-06)
@@ -178,7 +178,7 @@
178178

179179
## 注册中心
180180

181-
* [《芋道 Spring Cloud Alibaba 注册中心 Nacos 入门》](http://www.iocoder.cn/Spring-Cloud-Alibaba/Nacos-Discovery/?github) 对应 [labx-01](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-01)
181+
* [《芋道 Spring Cloud Alibaba 注册中心 Nacos 入门》](http://www.iocoder.cn/Spring-Cloud-Alibaba/Nacos-Discovery/?github) 对应 [labx-01-spring-cloud-alibaba-nacos-discovery](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-01-spring-cloud-alibaba-nacos-discovery)
182182
* [《芋道 Spring Cloud Netflix 注册中心 Eureka 入门》](http://www.iocoder.cn/Spring-Cloud/Netflix-Eureka?github) 对应 [labx-22](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-22)
183183
* [《芋道 Spring Cloud 注册中心 Zookeeper 入门》](http://www.iocoder.cn/Spring-Cloud/ZooKeeper-Discovery/?github) 对应 [labx-25](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-25)
184184
* [《芋道 Spring Cloud 注册中心 Consul 入门》](http://www.iocoder.cn/Spring-Cloud/Consul-Discovery/?github) 对应 [labx-27](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-27)

labx-01/labx-01-sca-nacos-discovery-demo01-consumer/pom.xml renamed to labx-01-spring-cloud-alibaba-nacos-discovery/labx-01-sca-nacos-discovery-demo01-consumer/pom.xml

+1-1
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-01</artifactId>
6+
<artifactId>labx-01-spring-cloud-alibaba-nacos-discovery</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

labx-01/labx-01-sca-nacos-discovery-demo01-provider/pom.xml renamed to labx-01-spring-cloud-alibaba-nacos-discovery/labx-01-sca-nacos-discovery-demo01-provider/pom.xml

+1-1
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-01</artifactId>
6+
<artifactId>labx-01-spring-cloud-alibaba-nacos-discovery</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

labx-01/labx-01-sca-nacos-discovery-demo02-consumer/pom.xml renamed to labx-01-spring-cloud-alibaba-nacos-discovery/labx-01-sca-nacos-discovery-demo02-consumer/pom.xml

+1-1
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-01</artifactId>
6+
<artifactId>labx-01-spring-cloud-alibaba-nacos-discovery</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

labx-01/labx-01-sca-nacos-discovery-demo02-provider/pom.xml renamed to labx-01-spring-cloud-alibaba-nacos-discovery/labx-01-sca-nacos-discovery-demo02-provider/pom.xml

+1-1
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-01</artifactId>
6+
<artifactId>labx-01-spring-cloud-alibaba-nacos-discovery</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

labx-01/labx-01-sca-nacos-discovery-demo03-consumer/pom.xml renamed to labx-01-spring-cloud-alibaba-nacos-discovery/labx-01-sca-nacos-discovery-demo03-consumer/pom.xml

+1-1
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-01</artifactId>
6+
<artifactId>labx-01-spring-cloud-alibaba-nacos-discovery</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

labx-01/pom.xml renamed to labx-01-spring-cloud-alibaba-nacos-discovery/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

12-
<artifactId>labx-01</artifactId>
12+
<artifactId>labx-01-spring-cloud-alibaba-nacos-discovery</artifactId>
1313
<packaging>pom</packaging>
1414

1515
<modules>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<!-- <module>lab-68</module>-->
8282

8383
<!-- Spring Cloud 示例 -->
84-
<!-- <module>labx-01</module>-->
84+
<module>labx-01-spring-cloud-alibaba-nacos-discovery</module>
8585
<!-- <module>labx-02</module>-->
8686
<!-- <module>labx-03</module>-->
8787
<!-- <module>labx-04</module>-->
@@ -110,7 +110,7 @@
110110
<!-- <module>labx-27</module>-->
111111
<!-- <module>labx-28</module>-->
112112
<!-- <module>labx-28</module>-->
113-
<module>labx-29-spring-cloud-consul-bus</module>
113+
<!-- <module>labx-29-spring-cloud-consul-bus</module>-->
114114
<!-- <module>labx-30-spring-cloud-grpc</module>-->
115115
</modules>
116116

0 commit comments

Comments
 (0)