增加 Eureka 入门示例

This commit is contained in:
YunaiV
2020-05-08 09:28:53 +08:00
parent ff9eca4f7d
commit be9278ff75
2 changed files with 2 additions and 1 deletions

View File

@@ -166,7 +166,7 @@
## 注册中心
* [《芋道 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)
* 《芋道 Spring Cloud Netflix 注册中心 Eureka 入门》计划中...
* [《芋道 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)
* 《芋道 Spring Cloud 注册中心 Zookeeper 入门》计划中...
* 《芋道 Spring Cloud 注册中心 Consul 入门》计划中...
* 《芋道 Spring Cloud 注册中心 Etcd 入门》计划中...

View File

@@ -0,0 +1 @@
<http://www.iocoder.cn/Spring-Cloud/Netflix-Eureka/?github>