<?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>微服务 on 极客老墨</title>
    <link>https://blog.hankmo.com/tags/%E5%BE%AE%E6%9C%8D%E5%8A%A1/</link>
    <description>Recent content in 微服务 on 极客老墨</description>
    <generator>Hugo -- 0.138.0</generator>
    <language>zh-cn</language>
    <lastBuildDate>Wed, 15 Aug 2018 16:48:42 +0000</lastBuildDate>
    <atom:link href="https://blog.hankmo.com/tags/%E5%BE%AE%E6%9C%8D%E5%8A%A1/index.xml" rel="self" type="application/rss+xml" />
    <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简介</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>
    <item>
      <title>微服务架构的理论基础 - 康威定律</title>
      <link>https://blog.hankmo.com/posts/architecture/microservice-conways-law/</link>
      <pubDate>Tue, 29 May 2018 20:06:22 +0000</pubDate>
      <guid>https://blog.hankmo.com/posts/architecture/microservice-conways-law/</guid>
      <description>可能出乎很多人意料之外的一个事实是，微服务很多核心理念其实在半个世纪前的一篇文章中就被阐述过了，而且这篇文章中的很多论点在软件开发飞速发展的这半个世纪中竟然一再被验证，这就是康威定律。</description>
    </item>
    <item>
      <title>什么是微服务架构</title>
      <link>https://blog.hankmo.com/posts/architecture/what-is-microservice/</link>
      <pubDate>Tue, 29 May 2018 10:18:23 +0000</pubDate>
      <guid>https://blog.hankmo.com/posts/architecture/what-is-microservice/</guid>
      <description>微服务架构风格是一种将一个单一应用程序开发为一组小型服务的方法，每个服务运行在自己的进程中，服务间通信采用轻量级通信机制(通常用HTTP资源API)。这些服务围绕业务能力构建并且可通过全自动部署机制独立部署。这些服务共用一个最小型的集中式的管理，服务可用不同的语言开发，使用不同的数据存储技术。</description>
    </item>
  </channel>
</rss>
