zhengyangyong commented on a change in pull request #40: Using java chassis in spring boot dir translation URL: https://github.com/apache/incubator-servicecomb-docs/pull/40#discussion_r211845278
########## File path: java-chassis-reference/en_US/using-java-chassis-in-spring-boot/web-application.md ########## @@ -1,29 +1,29 @@ -Web开发方式和JAVA应用方式的开发步骤基本类似。 +The development steps of the web development method and the JAVA application method are similar. -本项目[代码示例](https://github.com/huaweicse/servicecomb-java-chassis-samples/tree/master/spring-boot-web) +This project [code example] (https://github.com/huaweicse/servicecomb-java-chassis-samples/tree/master/spring-boot-web) -主要有如下区别: +There are mainly the following differences: -* JAVA应用方式基于spring-boot-starter,而Web开发方式基于spring-boot-starter-web。 +* JAVA application is based on spring-boot-starter, and web development is based on spring-boot-starter-web. -* JAVA应用方式依赖spring-boot-starter-provider,而Web开发方式依赖spring-boot-starter-transport。spring-boot-starter-web已经携带了hibernate-validator,不需要额外依赖。 +* JAVA application relies on spring-boot-starter-provider, while web development relies on spring-boot-starter-transport. Spring-boot-starter-web already carries hibernate-validator and does not require additional dependencies. Review comment: relies ->depend ---------------------------------------------------------------- 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
