zhengyangyong commented on a change in pull request #37: update  
question-and-answer translation
URL: 
https://github.com/apache/incubator-servicecomb-docs/pull/37#discussion_r211167273
 
 

 ##########
 File path: 
java-chassis-reference/en_US/using-java-chassis-in-spring-boot/components-for-spring-boot.md
 ##########
 @@ -1,30 +1,29 @@
-针对Spring Boot、Spring Cloud,提供了如下几个组件:
+For Spring Boot, Spring Cloud, the following components are provided:
 
 * spring-boot-starter-configuration
 
-接入配置中心。当需要在Spring Boot、Spring Cloud应用中,使用配置中心作为动态配置管理工具的时候,需要依赖。
+Access the configuration center. When you need to use the Configuration Center 
as a dynamic configuration management tool in Spring Boot and Spring Cloud 
applications, you need dependence of them.
 
 
 
 * spring-boot-starter-registry
 
-接入服务中心。当需要在Spring Boot、Spring Cloud应用中,使用服务中心作为服务注册、发现管理工具的时候,需要依赖。
+Access to the service center. When you need to use the service center as a 
service registration and discovery management tool in Spring Boot and Spring 
Cloud applications, you need dependence of them.
 
 
 
 * spring-boot-starter-discovery
 
-适配Spring Cloud的DiscoveryClient接口。当在Spring Cloud中使用@EnableDiscoveryClient时,需要依赖。
+Adapt to the Spring Cloud's DiscoveryClient interface. When using 
@EnableDiscoveryClient in Spring Cloud, you need dependence of them.
 
 
 
 * spring-boot-starter-provider
 
-在Spring Boot中通过@EnableServiceComb启用java 
chassis的核心功能。这个功能可以用于“JAVA应用方式”和”Web开发方式“。 
在”Web开发方式”中,通过spring.main.web-environment=false禁用了Web环境。因此,这个模块主要是解决”JAVA应用方式“的问题。
+Enable the core functionality of java chassis via @EnableServiceComb in Spring 
Boot. This feature can be used for "JAVA application mode" and "Web development 
mode". In the "Web development method", the web environment is disabled by 
spring.main.web-environment=false. Therefore, this module is mainly to solve 
the problem of "JAVA application mode".
 
 Review comment:
   Web development method -> Web development mode

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to