You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/08/07 23:20:51 UTC

[GitHub] WillemJiang closed pull request #28: Add precautions for Spring Boot

WillemJiang closed pull request #28: Add precautions for Spring Boot
URL: https://github.com/apache/incubator-servicecomb-docs/pull/28
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/java-chassis-reference/zh_CN/edge/zuul.md b/java-chassis-reference/zh_CN/edge/zuul.md
index 8b52a06..4233f37 100644
--- a/java-chassis-reference/zh_CN/edge/zuul.md
+++ b/java-chassis-reference/zh_CN/edge/zuul.md
@@ -27,6 +27,10 @@ Zuul是Netflix的基于JVM的路由器和服务器端负载均衡器,可以使
 
 Zuul做API Gateway,即建立一个Zuul Proxy应用,在该Proxy应用中统一定义所有的微服务访问入口,通过使用不同的前缀\(stripped\)来区分各个微服务。本小节通过建立一个ZuulProxy SpringBoot应用来演示Zuul的API Gateway功能。
 
+## 注意事项
+
+本小节介绍的ZuulProxy和ZuulServer等demo都是基于SpringBoot和ServiceComb框架的应用,具体请参考[在Spring Boot中使用java chassis](/using-java-chassis-in-spring-boot.md)。
+
 ## 启动Zuul Proxy
 
 本节介绍如何启动一个zuul proxy应用作为API Gateway。步骤如下:


 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services