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 e18ebbf update blog
e18ebbf is described below
commit e18ebbf2713d4a61bcc622cc0eded18a85e0fdac
Author: ken.lj <[email protected]>
AuthorDate: Fri Jan 25 12:52:39 2019 +0800
update blog
---
blog/zh-cn/Guides for upgrading to 2.7.x.md | 6 +++---
1 file changed, 3 insertions(+), 3 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 c7299cf..3cab8e2 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
@@ -2,7 +2,7 @@
环境要求:需要Java 8及以上版本。
-2.7.0版本在改造的过程中遵循了一个原则,即**保持与低版本的兼容性,因此从功能层面来说它是与2.6.x及更低版本完全兼容的**。既然功能都兼容,那这里所说的兼容性主要是指什么那?兼容性其实主要是和[包重命名]()相关的,我们接下来会详细说明影响点。另外,虽然功能用法保持向后兼容,但为了使用者能尽快升级到2.7.0版本的使用方式,文章最后还补充了关于如何从老版本的用法逐步迁移到新版本用法。
+2.7.0版本在改造的过程中遵循了一个原则,即**保持与低版本的兼容性,因此从功能层面来说它是与2.6.x及更低版本完全兼容的**。这里所说的兼容性主要是和[包重命名](#包名改造)相关的,接下来会详细说明影响点。另外,虽然功能用法保持向后兼容,但参考本文能帮助您尽快用到2.7.0版本的新特性。
## 升级步骤
@@ -41,7 +41,7 @@
此时重新部署应用,所有默认行为和2.6.x保持一致,如果要用到2.7的新特性,则需要继续做以下配置(可选):
-- 精简URL
+- 简化的URL
- 配置元数据中心
- 使用外部化配置
- 服务治理规则
@@ -53,7 +53,7 @@
-#### 简化URL
+#### 简化的URL
```xml
<!-- simplified="true"表示注册简化版的URL到Registry -->