This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git
commit d4b2b6b328b2ca815f7c45ba66a8fad02fd62496 Author: Willem Jiang <[email protected]> AuthorDate: Thu May 24 21:51:47 2018 +0800 Publish the website --- content/cn/index.html | 2 +- content/feed.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/cn/index.html b/content/cn/index.html index 52fa134..d3c5191 100644 --- a/content/cn/index.html +++ b/content/cn/index.html @@ -293,7 +293,7 @@ <div class="archive__item-excerpt"> <div class="excerpt-title">最新新闻</div> -<ul> <li> <a href="/cn/docs/quick-start-dataconsistency/">微服务 Meetup:Apache ServiceComb (incubating) Day</a> </li> <li> <a href="/cn/release/">ServiceComb 第一个Apache孵化版本发布了!</a> </li> <li> <a href="/cn/docs/quick-start-dataconsistency/">号外:现在ServiceComb提供了微服务场景下的数据一致性解决方案Saga!</a> </li> </ul> +<ul> <li> <a href="/cn/docs/apache-servicecomb-incubating-day/">微服务 Meetup:Apache ServiceComb (incubating) Day</a> </li> <li> <a href="/cn/release/">ServiceComb 第一个Apache孵化版本发布了!</a> </li> <li> <a href="/cn/docs/quick-start-dataconsistency/">号外:现在ServiceComb提供了微服务场景下的数据一致性解决方案Saga!</a> </li> </ul> </div> diff --git a/content/feed.xml b/content/feed.xml index 92187fe..4beefbf 100644 --- a/content/feed.xml +++ b/content/feed.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.4.3">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2018-05-24T15:04:54+08:00</updated><id>/</id><title type="html">Apache ServiceComb (incubating)</title><subtitle>The homepage of ServiceComb</subtitle><author><name>{"name"=>nil, "avatar"=> [...] +<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.4.3">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2018-05-24T21:50:48+08:00</updated><id>/</id><title type="html">Apache ServiceComb (incubating)</title><subtitle>The homepage of ServiceComb</subtitle><author><name>{"name"=>nil, "avatar"=> [...] <p>在前一篇博文<a href="http://servicecomb.incubator.apache.org/cn/docs/easy-build-microservice-system-part-I/">《轻松微服务系列:从一键构建微服务和DDD设计开始》</a>,我们已经详细介绍了如何快速构建微服务和DDD相关概念,并引入了一个经典场景——地产CRM。通过<a href="https://en.wikipedia.org/wiki/Event_storming">Event Storming</a>实践获得了系统设计:</p> <p><img src="/assets/images/scaffold/MicroserviceDesign4.png" alt="MicroserviceDesign4" /></p> -- To stop receiving notification emails like this one, please contact [email protected].
