欢迎来到我的博客小站。  交流请加我微信好友: studyjava。  也欢迎关注公众号:Java学习之道 Fork me on GitHub

随笔分类 -  SpringCloud

微服务架构必备框架,为开发人员提供了在分布式系统中快速构建一些常见模式的工具
摘要:There was a problem with the instance info replicator 阅读全文
posted @ 2019-02-16 13:01 淼淼之森 阅读(10454) 评论(0) 推荐(2) 编辑
摘要:Eureka配置instanceId显示IP 阅读全文
posted @ 2019-02-15 20:50 淼淼之森 阅读(11514) 评论(3) 推荐(2) 编辑
摘要:Cannot execute request on any known server或DiscoveryClient_UNKNOWN/DESKTOP-MQ8D0C9:8761 阅读全文
posted @ 2019-02-15 20:49 淼淼之森 阅读(2190) 评论(0) 推荐(0) 编辑
摘要:SpringCloud学习中遇到的一些bug分享给大家,避免再次踩坑。There was a problem with the instance info replicator;实体类转化出错: disable SerializationFeature.FAIL_ON_EMPTY_BEANS;This application has no explicit mapping for /error, so you are seeing this as a fallback;message:Request method 'POST' not supported;Error creating bean with name 'eurekaAutoServiceRegistration';Read timed out;解决第一次请求报超时异常的方案;Cannot execute request on any known server;com.netflix.client.ClientException: Load balancer does not have available server fo 阅读全文
posted @ 2018-12-22 18:40 淼淼之森 阅读(6126) 评论(0) 推荐(0) 编辑
摘要:通过阅读官方文档,理解翻译How it Works Zuul? 阅读全文
posted @ 2018-12-10 17:11 淼淼之森 阅读(3301) 评论(0) 推荐(2) 编辑
摘要:一、开始使用Spring Cloud实战微服务 1、SpringCloud是什么? 云计算的解决方案?不是 SpringCloud是一个在SpringBoot的基础上构建的一个快速构建分布式系统的工具集(全家桶)。 SpringCloud拥有SpringBoot的特点。 2、关于SpringClou 阅读全文
posted @ 2018-08-30 10:09 淼淼之森 阅读(22267) 评论(5) 推荐(12) 编辑
摘要:一、前情概要 1、单体架构是什么 1)、一个归档包包含了应用所有功能的应用程序, 我们通常称之为单体应用。 2)、架构单体应用的架构风格, 我们称之为单体架构, 这是一种比较传统的架构风格。 2、单体架构存在的缺点 l 复杂性逐渐变高 l 技术债务逐渐上升 l 部署速度逐渐变慢 l 阻碍技术创新 l 阅读全文
posted @ 2018-07-06 21:12 淼淼之森 阅读(735) 评论(0) 推荐(2) 编辑

  👉转载请注明出处和署名