Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ssss
 asssddthe commit.
  • Loading branch information
forezp committed Nov 8, 2017
2 parents bfa5a07 + 7a9d668 commit 7175de0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ github下载:[https://github.com/forezp/SpringCloudLearning](https://github.co
* 未完。。。
* 还有很多篇。。。

### 进阶篇

* [ Spring Cloud Sleuth超详细实战](http://blog.csdn.net/forezp/article/details/76795269)

### 源码篇:

* [深入理解Feign之源码解析](http://blog.csdn.net/forezp/article/details/73480304)
Expand All @@ -50,12 +54,10 @@ github下载:[https://github.com/forezp/SpringCloudLearning](https://github.co

### 怎么支持我?

* star一下哦
* 收藏下我的专栏:
* [http://blog.csdn.net/forezp/article/details/70148833](http://blog.csdn.net/forezp/article/details/70148833)
* 这个系列会持续更新,敬请关注!

* 关注我的公众号,精彩内容不能错过!

<img src="http://img.blog.csdn.net/20170614094145509?watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvZm9yZXpw/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/SouthEast" width="200" height="239">
![forezp.jpg](http://upload-images.jianshu.io/upload_images/2279594-0805748d92bba033.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/200)


Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ eureka:
hostname: peer1
client:
serviceUrl:
defaultZone: http://peer2/eureka/
defaultZone: http://peer2:8769/eureka/
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ eureka:
hostname: peer2
client:
serviceUrl:
defaultZone: http://peer1/eureka/
defaultZone: http://peer1:8761/eureka/

0 comments on commit 7175de0

Please sign in to comment.