Skip to content

Commit 7175de0

Browse files
committed
ssss asssddthe commit.
2 parents bfa5a07 + 7a9d668 commit 7175de0

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ github下载:[https://github.com/forezp/SpringCloudLearning](https://github.co
3232
* 未完。。。
3333
* 还有很多篇。。。
3434

35+
### 进阶篇
36+
37+
* [ Spring Cloud Sleuth超详细实战](http://blog.csdn.net/forezp/article/details/76795269)
38+
3539
### 源码篇:
3640

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

5155
### 怎么支持我?
5256

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

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

59-
<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">
61+
![forezp.jpg](http://upload-images.jianshu.io/upload_images/2279594-0805748d92bba033.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/200)
6062

6163

chapter10/eureka-server/src/main/resources/application-peer1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ eureka:
88
hostname: peer1
99
client:
1010
serviceUrl:
11-
defaultZone: http://peer2/eureka/
11+
defaultZone: http://peer2:8769/eureka/

chapter10/eureka-server/src/main/resources/application-peer2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ eureka:
99
hostname: peer2
1010
client:
1111
serviceUrl:
12-
defaultZone: http://peer1/eureka/
12+
defaultZone: http://peer1:8761/eureka/

0 commit comments

Comments
 (0)