Skip to content

Commit

Permalink
目录更新
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc87112 committed Jan 16, 2019
1 parent acffc5e commit e386135
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 3-Edgware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@

- [Spring Cloud Finchley版中Consul多实例注册的问题处理](http://blog.didispace.com/Spring-Cloud-Finchley-Consul-InstanceId/)

**Spring Cloud Aliabab专题**

- [Spring Cloud Alibaba基础教程:使用Nacos实现服务注册与发现](http://blog.didispace.com/spring-cloud-alibaba-1)

**Spring Cloud Stream专题补充**

- [Spring Cloud Stream如何消费自己生产的消息](http://blog.didispace.com/spring-cloud-starter-finchley-7-1)
Expand Down
4 changes: 4 additions & 0 deletions 4-Finchley/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@

- [Spring Cloud Finchley版中Consul多实例注册的问题处理](http://blog.didispace.com/Spring-Cloud-Finchley-Consul-InstanceId/)

**Spring Cloud Aliabab专题**

- [Spring Cloud Alibaba基础教程:使用Nacos实现服务注册与发现](http://blog.didispace.com/spring-cloud-alibaba-1)

**Spring Cloud Stream专题补充**

- [Spring Cloud Stream如何消费自己生产的消息](http://blog.didispace.com/spring-cloud-starter-finchley-7-1)
Expand Down
1 change: 1 addition & 0 deletions 4-Finchley/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<module>alibaba-nacos-discovery-client-common</module> <!-- 使用Nacos实现服务注册与发现:服务消费方(spring cloud common接口实现负载均衡)-->
<module>alibaba-nacos-discovery-client-resttemplate</module> <!-- 使用Nacos实现服务注册与发现:服务消费方(RestTemplate实现)-->
<module>alibaba-nacos-discovery-client-webclient</module> <!-- 使用Nacos实现服务注册与发现:服务消费方(WebClient实现)-->
<!--<module>alibaba-nacos-discovery-client-feign</module>-->

<!--spring cloud stream专题-->
<module>stream-consumer-self</module> <!-- 消费自己的消息 -->
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@

- [Spring Cloud Finchley版中Consul多实例注册的问题处理](http://blog.didispace.com/Spring-Cloud-Finchley-Consul-InstanceId/)

**Spring Cloud Aliabab专题**

- [Spring Cloud Alibaba基础教程:使用Nacos实现服务注册与发现](http://blog.didispace.com/spring-cloud-alibaba-1)

**Spring Cloud Stream专题补充**

- [Spring Cloud Stream如何消费自己生产的消息](http://blog.didispace.com/spring-cloud-starter-finchley-7-1)
Expand Down

0 comments on commit e386135

Please sign in to comment.