This is an automated email from the ASF dual-hosted git repository. liubao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-docs.git
commit a376c205aeb671c88dc708374398c084b807341f Author: DeanLee <[email protected]> AuthorDate: Tue Aug 21 16:34:57 2018 +0800 correct web-container.md and standalone.md translate issue --- java-chassis-reference/en_US/packaging/web-container.md | 2 +- java-chassis-reference/zh_CN/packaging/standalone.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java-chassis-reference/en_US/packaging/web-container.md b/java-chassis-reference/en_US/packaging/web-container.md index b435acb..bd4e39e 100644 --- a/java-chassis-reference/en_US/packaging/web-container.md +++ b/java-chassis-reference/en_US/packaging/web-container.md @@ -1,6 +1,6 @@ ## Concept Description -If you need to load the microservice into the web container to start the runtime, you need to create a new servlet project wrapper, the servlet project, you just need write few lines of code +If you need to load the microservice into the web container to start the runtime, you need to create a new servlet project wrapper, the servlet project, you just need to write few lines of code ## Development example diff --git a/java-chassis-reference/zh_CN/packaging/standalone.md b/java-chassis-reference/zh_CN/packaging/standalone.md index 9b0dc25..cff8b42 100644 --- a/java-chassis-reference/zh_CN/packaging/standalone.md +++ b/java-chassis-reference/zh_CN/packaging/standalone.md @@ -7,8 +7,8 @@ * **步骤1** 编写Main函数,初始化日志和加载服务配置,内容如下: ```java -import com.huawei.paas.foundation.common.utils.BeanUtils; -import com.huawei.paas.foundation.common.utils.Log4jUtils; +import org.apache.servicecomb.foundation.common.utils.BeanUtils; +import org.apache.servicecomb.foundation.common.utils.Log4jUtils; public class MainServer { public static void main(String[] args) throws Exception { Log4jUtils.init(); # 日志初始化
