updated service center version in setup environment page

Project: 
http://git-wip-us.apache.org/repos/asf/incubator-servicecomb-website/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-servicecomb-website/commit/434d794b
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-servicecomb-website/tree/434d794b
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-servicecomb-website/diff/434d794b

Branch: refs/heads/asf-site
Commit: 434d794b99a1e4eeebc0c6c7888ca0ad5d315926
Parents: d18d3e6
Author: linqingxiang <linqingxiang1...@163.com>
Authored: Tue Dec 12 14:47:19 2017 +0800
Committer: Eric Lee <dagang...@huawei.com>
Committed: Tue Dec 12 15:36:42 2017 +0800

----------------------------------------------------------------------
 _faqs/cn/faq.md                | 6 +++++-
 _users/cn/setup-environment.md | 8 ++++----
 _users/setup-environment.md    | 8 ++++----
 3 files changed, 13 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-servicecomb-website/blob/434d794b/_faqs/cn/faq.md
----------------------------------------------------------------------
diff --git a/_faqs/cn/faq.md b/_faqs/cn/faq.md
index 38b28e8..fcd923f 100755
--- a/_faqs/cn/faq.md
+++ b/_faqs/cn/faq.md
@@ -521,4 +521,8 @@ redirect_from:
       System.out.println(args);
     }
   }
-  ```
\ No newline at end of file
+  ```
+  
+* **Q: 微服务运行时抛出异常:` java.lang.Error:not support def 
type:calss io.swagger.models.properties BaseIntegerProperty`?**
+
+   A: 可将Service Center升级至0.4.0+版本来解决,[Service 
Center最新版本传
送门](https://github.com/ServiceComb/service-center/releases)。

http://git-wip-us.apache.org/repos/asf/incubator-servicecomb-website/blob/434d794b/_users/cn/setup-environment.md
----------------------------------------------------------------------
diff --git a/_users/cn/setup-environment.md b/_users/cn/setup-environment.md
index 27930f5..589ad03 100644
--- a/_users/cn/setup-environment.md
+++ b/_users/cn/setup-environment.md
@@ -31,19 +31,19 @@ last_modified_at: 2017-09-03T10:01:43-04:00
    
    <div class="tab-content">
      <div id="windows" class="tab-pane active" markdown="1">
-   1. 下载[服务注册中心可执行文件压缩包
](https://github.com/ServiceComb/service-center/releases/download/0.1.1/service-center-0.1.1-windows-amd64.zip)
+   1. 下载[服务注册中心可执行文件压缩包
](https://github.com/ServiceComb/service-center/releases/download/0.5.0/service-center-0.5.0-windows-amd64.zip)
    2. 解压缩到当前文件夹
    3. 进入解压缩后的目录,然后双击运行**start**文件
      </div>
      <div id="linux" class="tab-pane fade" markdown="1">
    1. 下载服务注册中心可执行文件压缩包并解压缩
    ```bash
-   wget 
https://github.com/ServiceComb/service-center/releases/download/0.1.1/service-center-0.1.1-linux-amd64.tar.gz
-   tar xvf service-center-0.1.1-linux-amd64.tar.gz
+   wget 
https://github.com/ServiceComb/service-center/releases/download/0.5.0/service-center-0.5.0-linux-amd64.tar.gz
+   tar xvf service-center-0.5.0-linux-amd64.tar.gz
    ```
    2. 运行服务注册中心
    ```bash
-   bash service-center-0.1.1-linux-amd64/start.sh
+   bash service-center-0.5.0-linux-amd64/start.sh
    ```
     </div>
    </div>

http://git-wip-us.apache.org/repos/asf/incubator-servicecomb-website/blob/434d794b/_users/setup-environment.md
----------------------------------------------------------------------
diff --git a/_users/setup-environment.md b/_users/setup-environment.md
index e9f1ffd..af72ea2 100644
--- a/_users/setup-environment.md
+++ b/_users/setup-environment.md
@@ -31,19 +31,19 @@ last_modified_at: 2017-09-03T10:01:43-04:00
    
    <div class="tab-content">
      <div id="windows" class="tab-pane active" markdown="1">
-   1. 下载[服务注册中心可执行文件压缩包
](https://github.com/ServiceComb/service-center/releases/download/0.1.1/service-center-0.1.1-windows-amd64.zip)
+   1. 下载[服务注册中心可执行文件压缩包
](https://github.com/ServiceComb/service-center/releases/download/0.5.0/service-center-0.5.0-windows-amd64.zip)
    2. 解压缩到当前文件夹
    3. 进入解压缩后的目录,然后双击运行**start**文件
      </div>
      <div id="linux" class="tab-pane fade" markdown="1">
    1. 下载服务注册中心可执行文件压缩包并解压缩
    ```bash
-   wget 
https://github.com/ServiceComb/service-center/releases/download/0.1.1/service-center-0.1.1-linux-amd64.tar.gz
-   tar xvf service-center-0.1.1-linux-amd64.tar.gz
+   wget 
https://github.com/ServiceComb/service-center/releases/download/0.5.0/service-center-0.5.0-linux-amd64.tar.gz
+   tar xvf service-center-0.5.0-linux-amd64.tar.gz
    ```
    2. 运行服务注册中心
    ```bash
-   bash service-center-0.1.1-linux-amd64/start.sh
+   bash service-center-0.5.0-linux-amd64/start.sh
    ```
     </div>
    </div>

Reply via email to