2019年3月30日

SpringCloud的学习记录(5)

摘要: 这一章节讲如何使用ribbon和hystrix.在我们生成的Demo项目上右键点击New->Module->spring Initializr, 然后next, 填写Group和Artifact等信息,这里Artifact填写ribbonconsumer, 再次next,这里选择如下图:最后在Module Name中填写ribbon-consumer.生成的pom.xml文件如下: 4.0.... 阅读全文

posted @ 2019-03-30 17:39 努力做一个伪程序员 阅读(243) 评论(0) 推荐(0) 编辑

SpringCloud的学习记录(4)

摘要: 本篇基于上一篇写的, 在git上更改配置后, eureka-client如何更新.我们只需要在配置文件中配置 spring-cloud-starter-bus-amqp;这就是说我们需要装rabbitMq;一定要先安装erlang, 成功后再安装rabbitmq. 切记1. 先去下载erlang, 我的电脑是64位的,下载的是OTP 21.3 Windows 64-bit Binary File.... 阅读全文

posted @ 2019-03-30 16:45 努力做一个伪程序员 阅读(414) 评论(0) 推荐(0) 编辑

导航