
cloud
文章平均质量分 60
MiniCTO
多努力一点,多赚点钱,多运动。
展开
-
spring eurake中使用IP注册
在开发spring cloud的时候遇到一个很奇葩的问题,就是服务向spring eureka中注册实例的时候使用的是机器名,然后出现localhost、xxx.xx等这样的内容,如下图:能够正确的显示机器名这情况还是良好的,关键有的还是显示localhost,实在是纠结,然后我就开始在网上找解决方法。在网上也找到了一些思路,如这篇http://blog.youkuaiyun.com/cnhome/articl原创 2016-11-29 14:52:30 · 22408 阅读 · 3 评论 -
SpringCloud Camden.SR2中文翻译
文章使用google翻译,需要看原版访问:http://cloud.spring.io/spring-cloud-static/Camden.SR2/ Spring CloudSpring Cloud为开发人员提供了快速构建分布式系统中的一些常见模式(例如配置管理,服务发现,断路器,智能路由,微代理,控制总线)的工具。 分布式系统的协调导致了锅炉板模式,并且使用Spring Cloud开发人员可以翻译 2016-11-30 17:40:09 · 2178 阅读 · 0 评论 -
spring cloud入门基础
最近项目上在使用spring cloud,在这一系列的博文中我会把spring cloud的基础应用整理、分享出来,有错误的地方欢迎指出,该系列文章将会持续更新。spring cloudspring cloud之简单介绍spring cloud之简单注册中心spring cloud之服务、消费者spring cloud之高可用注册中心spring cloud之熔断器spring clo原创 2016-11-25 18:23:21 · 9396 阅读 · 0 评论 -
springcloud常见问题(三)
eureka UI页面上出现以下内容: EMERGENCY! EUREKA MAY BE INCORRECTLY CLAIMING INSTANCES ARE UP WHEN THEY’RE NOT. RENEWALS ARE LESSER THAN THRESHOLD AND HENCE THE INSTANCES ARE NOT BEING EXPIRED JUST TO BE SAFE.原创 2016-12-07 15:38:23 · 8773 阅读 · 1 评论 -
spring cloud之简单介绍
以下是来自官方的一篇简单介绍: Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems (e.g. configuration management, service discovery, circuit breakers, int原创 2016-11-28 14:15:25 · 70505 阅读 · 6 评论