<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Springcloud on 极客老墨</title>
    <link>https://blog.hankmo.com/tags/springcloud/</link>
    <description>Recent content in Springcloud on 极客老墨</description>
    <generator>Hugo -- 0.138.0</generator>
    <language>zh-cn</language>
    <lastBuildDate>Thu, 16 Aug 2018 17:03:18 +0000</lastBuildDate>
    <atom:link href="https://blog.hankmo.com/tags/springcloud/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Spring Cloud服务注册中心Eureka高可用</title>
      <link>https://blog.hankmo.com/posts/tech/springcloud-eureka-cluster/</link>
      <pubDate>Thu, 16 Aug 2018 17:03:18 +0000</pubDate>
      <guid>https://blog.hankmo.com/posts/tech/springcloud-eureka-cluster/</guid>
      <description>对于Eureka而言，其本身是支持多节点集群的。其原理大致如下：服务注册中心的多个实例彼此互相注册，形成注册中心的集群，同时对外提供服务，即使其中一个挂掉，其他实例仍然可以对外提供服务，从而保证了高可用。</description>
    </item>
    <item>
      <title>Spring Cloud服务注册中心Eureka</title>
      <link>https://blog.hankmo.com/posts/tech/springcloud-eureka-standalone/</link>
      <pubDate>Wed, 15 Aug 2018 16:48:42 +0000</pubDate>
      <guid>https://blog.hankmo.com/posts/tech/springcloud-eureka-standalone/</guid>
      <description>Eureka，字面意思即&amp;#34;发现&amp;#34;之意，是Netflix下开源的服务治理（注册、发现等）中间件。Spring Cloud Eureka在其基础上进行了二次封装，添加了自动化配置等功能，使其成为Spring Cloud微服务体系中核心的服务治理方案之一。</description>
    </item>
    <item>
      <title>Spring Cloud Config之配置集成化</title>
      <link>https://blog.hankmo.com/posts/tech/springcloud-config-center-with-git/</link>
      <pubDate>Tue, 14 Aug 2018 17:35:26 +0000</pubDate>
      <guid>https://blog.hankmo.com/posts/tech/springcloud-config-center-with-git/</guid>
      <description>Spring Cloud Config是一款配置集中管理的组件，它提供了分布式系统的客户端和服务端外部化配置支持，由git(也支持svn、本地文件系统等)存储库支持的集中式外部配置管理，实现了配置的外部化存储。</description>
    </item>
    <item>
      <title>Spring Cloud简介</title>
      <link>https://blog.hankmo.com/posts/tech/springcloud-intro/</link>
      <pubDate>Fri, 20 Jul 2018 17:13:10 +0000</pubDate>
      <guid>https://blog.hankmo.com/posts/tech/springcloud-intro/</guid>
      <description>Spring Cloud是一套构建于Spring boot之上的微服务框架，它整合了大部分微服务实施所需的组件，并提供了默认实现，使得复杂的微服务实施变得简单化。Spring Cloud是一整套微服务解决方案，相比于dubbo等框架而言，不仅出生于Spring大家族，而且更新频繁，发展特别快，社区也很活跃，对于实施微服务的小型公司而言，使用Spring Cloud不仅能够快速实施微服务，而且其已经考虑微服务的各个方面，从而极大的节约了开发成本，提高了生产力。</description>
    </item>
  </channel>
</rss>
