This is an automated email from the ASF dual-hosted git repository.

liujun 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 f2ee7e6  update blog: guides for upgrading to 2.7.0
f2ee7e6 is described below

commit f2ee7e6fafbfdc3fc6b9616a2d4e187b32b0db85
Author: ken.lj <[email protected]>
AuthorDate: Fri Jan 25 12:58:07 2019 +0800

    update blog: guides for upgrading to 2.7.0
---
 blog/zh-cn/Guides for upgrading to 2.7.x.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/blog/zh-cn/Guides for upgrading to 2.7.x.md b/blog/zh-cn/Guides 
for upgrading to 2.7.x.md
index 88d1e67..563d18f 100644
--- a/blog/zh-cn/Guides for upgrading to 2.7.x.md       
+++ b/blog/zh-cn/Guides for upgrading to 2.7.x.md       
@@ -55,12 +55,12 @@
 
 #### 简化的URL
 
-    ```xml
+```xml
 <!-- simplified="true"表示注册简化版的URL到Registry -->
 <dubbo:registry address="zookeeper://127.0.0.1:2181" simplified="true"/>
 ```
 
-    ```properties
+```properties
 dubbo.registry.simplified=true
 ```
 
@@ -72,11 +72,11 @@ dubbo.registry.simplified=true
 
 #### 配置元数据中心
 
-    ```xml
+```xml
 <dubbo:metadata-report address="redis://127.0.0.1:6379"/>
 ```
 
-    ```properties
+```properties
 dubbo.metadataReport.address=redis://127.0.0.1:6379
 ```
 
@@ -213,11 +213,11 @@ dubbo.protocol.port=20880
 
 1. Maven坐标
 
-groupId 由 `com.alibaba` 改为 `org.apache.dubbo`
+  groupId 由 `com.alibaba` 改为 `org.apache.dubbo`
 
 2. package
 
-package 由 `com.alibaba.dubbo` 改为 `org.apache.dubbo`
+  package 由 `com.alibaba.dubbo` 改为 `org.apache.dubbo`
 
 
 

Reply via email to