This is an automated email from the ASF dual-hosted git repository.
iluo pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new d6b7286 Update Content (#229)
d6b7286 is described below
commit d6b7286dcc05c1ecfe9195c963ceee2f30d10999
Author: 小马哥 <[email protected]>
AuthorDate: Wed Jan 2 17:56:47 2019 +0800
Update Content (#229)
* Add Chinese blogs
* Update the content
* Update the blog.json
---
md_json/blog.json | 27 +++++++++++++++++++++++++++
site_config/blog.js | 21 +++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/md_json/blog.json b/md_json/blog.json
index c8b17ac..70b03c9 100644
--- a/md_json/blog.json
+++ b/md_json/blog.json
@@ -383,6 +383,33 @@
}
},
{
+ "filename": "dubbo-annotation-driven.md",
+ "link": "/zh-cn/blog/dubbo-annotation-driven.html",
+ "meta": {
+ "title": "如何使用 Dubbo 注解驱动编程模型",
+ "keywords": "Dubbo, Annotation-Driven, Annotation",
+ "description": "本文介绍 Dubbo 编程模型:注册驱动,包括设计思考以及使用方法。"
+ }
+ },
+ {
+ "filename": "dubbo-externalized-configuration.md",
+ "link": "/zh-cn/blog/dubbo-externalized-configuration.html",
+ "meta": {
+ "title": "如何使用 Dubbo 外部化配置编程模型",
+ "keywords": "Dubbo, Externalized Configuration, Configuration",
+ "description": "本文介绍 Dubbo 编程模型:外部化配置,包括外部化配置注解以及单或多 Dubbo 配置 Bean 绑定。"
+ }
+ },
+ {
+ "filename": "dubbo-registry-nacos-integration.md",
+ "link": "/zh-cn/blog/dubbo-registry-nacos-integration.html",
+ "meta": {
+ "title": "如何使用 Dubbo 整合注册中心 Nacos",
+ "keywords": "Dubbo, Nacos, Registry",
+ "description": "本文介绍 Dubbo 如何整合注册中心 Nacos,包括 Nacos 控制台使用。"
+ }
+ },
+ {
"filename": "dubbo-rest.md",
"link": "/zh-cn/blog/dubbo-rest.html",
"meta": {}
diff --git a/site_config/blog.js b/site_config/blog.js
index 9196ed7..3a99e4f 100644
--- a/site_config/blog.js
+++ b/site_config/blog.js
@@ -157,6 +157,27 @@ export default {
postsTitle: '所有文章',
list: [
{
+ title: 'Dubbo 注解驱动',
+ author:'@mercyblitz',
+ dateStr: 'Jan 2rd, 2019',
+ desc: '本文介绍 Dubbo 编程模型:注册驱动,包括设计思考以及使用方法',
+ link: '/zh-cn/blog/dubbo-annotation-driven.html',
+ },
+ {
+ title: 'Dubbo 外部化配置',
+ author:'@mercyblitz',
+ dateStr: 'Jan 2rd, 2019',
+ desc: '本文介绍 Dubbo 编程模型:外部化配置,包括外部化配置注解以及单或多 Dubbo 配置 Bean 绑定',
+ link: '/zh-cn/blog/dubbo-externalized-configuration.html',
+ },
+ {
+ title: 'Dubbo 注册中心 Nacos 整合',
+ author:'@mercyblitz',
+ dateStr: 'Jan 2rd, 2019',
+ desc: '本文介绍 Dubbo 如何整合注册中心 Nacos,包括 Nacos 控制台使用',
+ link: '/zh-cn/blog/dubbo-registry-nacos-integration.html',
+ },
+ {
title: '在 Dubbo 中使用 REST',
author:'@beiwei30',
dateStr: 'Jan 1st, 2019',