File tree 3 files changed +8
-6
lines changed
chapter10/eureka-server/src/main/resources
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ github下载:[https://github.com/forezp/SpringCloudLearning](https://github.co
32
32
* 未完。。。
33
33
* 还有很多篇。。。
34
34
35
+ ### 进阶篇
36
+
37
+ * [ Spring Cloud Sleuth超详细实战] ( http://blog.csdn.net/forezp/article/details/76795269 )
38
+
35
39
### 源码篇:
36
40
37
41
* [ 深入理解Feign之源码解析] ( http://blog.csdn.net/forezp/article/details/73480304 )
@@ -50,12 +54,10 @@ github下载:[https://github.com/forezp/SpringCloudLearning](https://github.co
50
54
51
55
### 怎么支持我?
52
56
53
- * star一下哦
54
- * 收藏下我的专栏:
55
- * [ http://blog.csdn.net/forezp/article/details/70148833 ] ( http://blog.csdn.net/forezp/article/details/70148833 )
56
57
* 这个系列会持续更新,敬请关注!
57
58
59
+ * 关注我的公众号,精彩内容不能错过!
58
60
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 )
60
62
61
63
Original file line number Diff line number Diff line change 8
8
hostname : peer1
9
9
client :
10
10
serviceUrl :
11
- defaultZone : http://peer2/eureka/
11
+ defaultZone : http://peer2:8769 /eureka/
Original file line number Diff line number Diff line change 9
9
hostname : peer2
10
10
client :
11
11
serviceUrl :
12
- defaultZone : http://peer1/eureka/
12
+ defaultZone : http://peer1:8761 /eureka/
You can’t perform that action at this time.
0 commit comments